Grade 5 Reviewer 1
Grade 5 Reviewer 1
NOTE: Review all the information that I’ve included in this reviewer such as the
image, information, blocks, etc.…
Adding Motion to Sprites
MOTION BLOCK
Royal blue is the color of the Motion category.
This category enables you to know your sprite’s position and direction and
enables you to move your sprite to a different position.
MOVING AND TURNING A SPRITE
The MOVE
o To move the sprite to the right, use a positive number and
o if you want to move the sprite to the left, a negative number should be
used.
Turning Sprite
o Clockwise
o Counter-clockwise
o Clockwise
POINTING A SPRITE TO A CERTAIN DIRECTION - are the Motion blocks that point a
sprite in a certain direction or to another sprite.
POINT IN DIRECTION BLOCK
o will turn your sprite into the defined direction by the user.
POINT TOWARDS BLOCK
o will make your sprite point towards the mouse pointer or any other
sprite in the Stage.
MAKING A SPRITE GLIDE - The block allows you to make a smooth movement
to a specific x and y coordinate at a specified amount of time
MAKING A SPRITE BOUNCE - The block turns your sprite in the opposite
direction when it touches the edge of the stage.
Size block
o Is a reporter block
Displaying Costumes
costume () block is a Reporter block that reports the current costume number
of a sprite
Say ( ) block will display the text until another say block is used or until the
stop sign is clicked.
Think () block will display the text until another think block, which doesn’t
have any value, is used or until the stop sign is clicked.