NEW
Font size
WorksheetsMotion Blocks in Scratch
Total questions: 20
Worksheet time: 20mins
It is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are used to control a sprite's movement. They are available only for sprites.
Motion Blocks
Control Blocks
Sensing Blocks
Events Blocks
This block moves its sprite forward the specified amount of steps in the direction it is facing.
These blocks turn their sprite the specified amount of degrees clockwise or counter-clockwise (depending on which block is used); this changes the direction the sprite is facing.
This block sets its sprite's X and Y position to that of the mouse-pointer, an arbitrary coordinate, or another sprite
This block sets its sprite's X and Y position to the specified amounts.
This block moves its sprite steadily to the specified X and Y position in the specified amount of seconds -
This block moves its sprite at a steady pace to the specified sprite or the mouse-pointer from a drop-down
This block points its sprite in the specified direction; this rotates the sprite.
It is a motion block and a Stack block that points its sprite towards the mouse-pointer or the costume center of another sprite.
This block checks to see if its sprite is touching the edge of the screen.
Which of the following is NOT a relative motion block?
Which of the following is NOT considered as an absolute motion block?
This block changes the Rotation Style of the sprite in-project.
This block moves its sprite costume center's X position by the specified amount.
This block moves its sprite's Y position by the specified amount.
What do you think this code will make the sprite do?
Make a character dance
Make a sound play
rotate a character
chase the mouse
