TV on a Rolling Cart

Turtle Graphics: Using Pen Blocks in Scratch

From Scratch

Turtle Graphics: Using Pen Blocks in Scratch
7 min2nd3rd4th5th6thTechnologyMathArt
access

Summary

A tutorial on "turtle graphics" -- using a sprite as a pen that draws lines and shapes as it moves -- to draw geometric patterns like squares, stars, and spirals with loops and turn blocks.

Viewer safety

All ages
Common Sense Media — not yet ratedIMDb Parents Guide — not yet rated

Our rating is a quick teacher-to-teacher guide — preview before showing.

Teaching resources

Discussion questions

Discussion

This video uses a sprite like a pen to draw shapes by moving and turning.

  1. What two blocks does the sprite repeat to draw a square?
  2. How many degrees does the sprite turn at each corner, and why that number?
  3. What other shape or pattern could you draw this way?

Quick work-a-long

Words to know: turtle graphics, pen down, degrees.

Try it: Use a repeat loop with a move block and a turn-90-degrees block to draw a square with a pen sprite.