SCRATCH PROGRAMMING QUARTER THREE

Back to index

View project at Scratch

Evenly Spaced Spiral

There are lots of ways that spirals can be drawn. This project uses a special technique to ensure that the distance between the layers stays the same. Study the example carefully!

ASSIGNMENT:

Implement the following alterations to the sample program:

  • Figure out a way to make each layer a different color. You will need to keep track of the angle in order to do this. (You may cycle through five colors if you want.)
  • This example takes ten layers to reach the bottom. Figure out a way to increase that to twelve.
  • Intead of little boxes. Make little stars.