Goal: Draw squares of different sizes.

Notes We can make squares of any size if we control the length of the sides with a slider.
- Make a slider and name it howbig. Set its minimum to 10 and its maximum to a large number such as 160.
- In the square procedure, fd howbig moves the turtle forward the number of tiny steps on the slider.
What If?
Try setting the slider to different numbers.
Challenge
Can you add more sliders to control the color and pensize? (You'll need to change the square procedure to include the names of those sliders.)
|