Turtle Graphics
View the video for a simple introduction to turtle graphics using just the move, turn, and repeat blocks (yes I know the video is wonky I will have to do it again - sorry). You can download turtle-graphics.sb and view and comment online.
Scratch programming concepts covered include:
- Moving and turning the sprite.
- Dividing 360 degrees by a number to turn part of a circle to draw shapes.
- Use of a variable in drawing commands.
- Drawing shapes, squirals, and flowers.