View project at Scratch
|
Starz
When it comes to drawing something like the star shown in the demo project,
Control blocks (specifically the Repeat block) are indispensable.
Using wait blocks is also nice since they cause the star to be
rendered in a much more enjoyable manner. Study the code for this project
carefully. Be sure to experiment with the use of the repeat block in
order to fully appreciate its usefulness.
(QUESTION: Is it possible to
draw stars with an even number of points using this method?)
Assignment: Alter and extend the sample project in the following ways:
|