Homepage
Class Activities
Vocab + Block List
Events Blocks
Looks Blocks
Conditional Blocks
Sensing & Variable Blocks

Motion Blocks with Examples


Motion Block

Description

Project Example

Block Examples

10steps
Moves the sprite the number of steps to the right on the stage.
Negative numbers move the sprite backwards to the left.
gotoRandom
Moves the sprite so that it APPEARS in a random new position on the stage.
gotoXY
Moves the sprite so it APPEARS on the stage at the (X,Y) coordinate entered within the block.
glidetoRandom
Moves the sprite so that it SLIDES across the stage to a random position in the amount of seconds entered within the block.
glidetoXY
Moves the sprite so that it SLIDES across the stage to a (X,Y) coordinate in the amount of seconds entered within the block.
rotate
Rotates the sprite the number of degrees around a 360* axis that is entered within the block.