Click Keys for their respective shapes. A - Square B - Rectangle C - Triangle D - Circle E - Trapezoid F - Parallelogram G - Pentagon H - Octagon I - Decagon J - Diamond K - Rhombus L - Hexagon M - Heptagon N - Star (kind of broken, notice how inside the middle, there's a square inside. It's supposed to be a octagon but I don't know how to fix it, so yeah.)
Made for a school project. Let me know if it breaks. It's quite unpredictable. Methods and Notes below. Quick Notes: For shapes like the circle, hexagon, heptagon, octagon and decagon, require a small amount of time to load. This is because of the rotation method I used, while for the other shapes I used the go to method. Methods: - Rotation Method: Used to make sided shapes like pentagons, hexagons, octagons and so on. Go to 0, 0 and then press pen down. Customize your pen here. For how many sides you want your shape, add a repeat loop and in the space add the sides you want your shape to be. Then add a rotate to the right and in the space add a divide operator, in the first gap 360, divided by the number of sides you want your shape. The reason why it's 360, is because 360 is the maximum angle you can get. Then add a move by 50. You can also customize the move by 50. - Go To Method: You shouldn't really be using this method. I just used it because I'm quite lazy, or I don't know how to apply the rotation method to the shape.