Welcome to the second version of my Mathematical Triangle Generator. There were so many things I wanted to redo with the original Triangle Generator that I decided to just make a new project from the ground up and now it runs a lot cleaner + the code is a bit easier to see now. ==CONTROLS== Drag the points to move them. All calculations are automatically achieved. ==CREDITS== @Eventlesstew - Made the project (Me) @DadOfMrLog - Measuring an angle scripts on a scratch forum https://scratch.mit.edu/discuss/topic/29930/?page=1#post-257456 Crisostimo - Distance to X, Y on a scratch forum https://scratch.mit.edu/discuss/topic/175775/?page=1#post-1696449
==PATCH NOTES== v1.0 The initial release of v1 v1.1 The side length and vertex angle lists have swapped places. The vertex angles now have a degree symbol (°) to show that the values are indeed, angle values. v1.2 Cleaned up the code Costumes have replaced the Clone ID. Two additional entries on the "Positions of the points" list now replace the X and Y variables of the green point. You can now drag all three points around using the mouse. All points are now circles instead of the blue and red points being round arrows. The green point is now bigger to indicate that it is the point that the Blue and Red points go around when moving them with the buttons. v1.3 Added the Length zoom so it is now easier to depict smaller triangles. v1.4 Renamed the project from "Mathematical Triangle Generator" to "Triangle Calculator" v1.5 Renamed the project again to Old Triangle Calculator. v2.0 The initial release of v2. This this brings many changes from v1. - All points now work independently of each other instead of Red and Blue going around the green point. - Removed the use of WASD, IJKL and the Arrow keys to move each individual point. (I don't think it would work well with v2) - Visual Upgrade - Decimal Rounder, now you can use a slider to find the decimal point you want your values to round up to. v2.1 - Added a button that pops up 4 extra options that allow you to input a specific length or angle to the triangle, seeing what you get through a valid Pythagorean Triad Checker and adding a unit of measurement to the Length. - Length Calculator will not ruin right-angled triangles if the right-angle vertice is red. - Renamed Decimal Points to Round to Decimal - Swapped Decimal Points and Length Zoom - Reduced the maximum Decimal Points from 15 to 5. All decimal values can still be seen in Debug mode. v2.2 - Added HUD Visibility v2.3 - The length list now has a fourth value, called the Perimeter. v2.4 - Renamed from Mathematical Triangle Calculator v2 to simply "Triangle Calculator" - Moved the changelog here.