WorksheetsScratch Motion Blocks
Total questions: 5
Worksheet time: 2mins
Which block would you use to set the initial position of a sprite at the start of a Scratch project?
"go to x: [ ] y: [ ]"
"change x by [ ]"
"point in direction [ ]"
"turn [ ] degrees"
How can you use a repeat block to make a sprite move in a square path?
Use a repeat block with 4 iterations, moving the sprite forward and turning 90 degrees each time
Use a repeat block with 2 iterations, moving the sprite forward and turning 180 degrees each time
Use a repeat block with 8 iterations, moving the sprite forward and turning 45 degrees each time
Use a repeat block with 6 iterations, moving the sprite forward and turning 60 degrees each time
This block points its sprite in the specified direction; this rotates the sprite.
This block changes the Rotation Style of the sprite in-project.
What does the "change x by 10" block do specifically?
Moves the sprite 10 steps to the right
Changes the sprite's x-coordinate by 10 pixels
Rotates the sprite 10 degrees
Increases the sprite's size by 10
