Page 48 - ModularV1.1 _c5_flipbook
P. 48
06 DRAWING SHAPES IN
SCRATCH
Your Aim
to learn about:
Sprite’s Direction Drawing a Square
Drawing a Polygon Drawing a Circle and Semicircle
Drawing Patterns
Scratch can be used to create various shapes. In this chapter, you will learn how to
create shapes using the Pen block. Before drawing shapes, let us understand the
movements of the Sprite on the stage.
SPRITE’S DIRECTION
You can change the direction of the Sprite by using the Turn block under the
Motion blocks menu. The turn 15 degrees block will turn the Sprite in clockwise
direction by the specified number of degrees. The turn 15 degrees block will turn
the Sprite in anti-clockwise direction by the specified number of degrees.
The value of the degree specified in the Turn block can be changed according to
our requirement.
turn 15 degrees turn 15 degrees
11 12 1 12
10 2 10 11 1 2
9 3 9 3
8 4 4
7 6 5 8 7 6 5
Clockwise Anti-Clockwise
46 Modular (Ver. 1.1)-V

