Step 1: Use the "Repeat" block to draw a shape that has polygonSides sides. For example, if polygonSides = 3, your code should draw a triangle. Step 2: Now, using the "Repeat Until" block, construct a script that when clicked, will draw your shape across the screen, spaced at even intervals of polygonSpacing distance apart. The shapes should cross the stage both horizontally and vertically.