Page 69 - 2501_KVS_C-3
P. 69
1. This block is used to turn the sprite for some degree left side.
2. This block is used to turn the sprite for some degree right side.
You can change the value 15 to any number. Then the sprite will turn to that angle
which you will write.
Activity 6.2
Add a sprite cat and place it on the right side and move 20 steps towards the
left and turn by 300 towards left side.
Step 1: Open the Scratch and “Cat” sprite is already added. Then place the “cat” by
the mouse on the right side.
Fig. 6.6
Step 2: Click on “Motion” block, drag the block “move 10 steps” in the script area.
Then change the number from 10 to -20(to move it backward).
Step 3: Then drag the block “turn left 15 degrees” in the script area. Then change
the number from 15 to 30 and join with the previous block.
Step 4: When every time we click on this grouped block, the cat will move 20 steps
backward and also turns left 30 degrees.
Aryan: OK! But you have joined both of these blocks of instructions together.
Is it possible?
Gowri: Yes! any number blocks of instructions can be joined
together in the script area for giving more than one instruction
to the sprite at a time. The block has cuts above side and down side as well.
It means any block can be added above side and down side to this block. This
is known as “stack” block, means blocks can be added above this block as well
as below this block. “move... steps” block, “turn right… degrees” and “turn
left… degrees” block, all are “stack” blocks.
Scratch-1 67

