View project at Scratch
|
Four Squares
This assignment features the Pen blocks. In particular your script
will contain the following Pen blocks: clear, pen down, pen up, set
pen color to ___, set pen size to ___, and change pen color by ____. The
only one of these blocks not included in the demo is the last one and so
you'll need to experiment with that one to figure out how it works.
Assignment:
Alter the sample project in the following ways:
- Instead of drawing squares, draw triangles
- Draw a total of nine triangles in a 3x3 array positioned evenly on the
screen
- Have each triangle be a different color, but use set pen color to ___ only
once
DETAILS: You may use any of the methods demonstrated to draw your triangles.
Whether your triangles are equilateral, isosceles, scalene, acute, right, or
obtuse, just make sure that all your triangles are identical.
Here's an example which might be of interest to you.
|