Hello there, I decided to make an advanced system where you can make a triangle and find that triangle's side lengths and vertex angles. I hope you enjoy it. NOTE: Side lengths are measured in Scratch Units. I'm also thinking of rewriting this entire project. CONTROLS: These controls may seem complex, but once you get the hang of them, they are easy to understand. For simplicity, you can drag the points around while the button movements are recommended for smaller/more precise movements under low sensitivity. W - Move the blue point away from the green point S - Move the blue point towards the green point D - Move the blue point clockwise A - Move the blue point counter-clockwise Up arrow - Move the red point away from the green point Down arrow - Move the red point towards the green point Right arrow - Move the red point clockwise Left arrow - Move the red point counter-clockwise You can move the whole triangle around by dragging the green center point. CREDITS: Eventlesstew - Made the project by himself Asivi - Point to X, Y script on a scratch forum https://scratch.mit.edu/discuss/topic/194659/?page=1#post-1931086 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 Everyone in the credits are absolute legends. UPDATE HISTORY v1.0 Initial release 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.