Learn1 of 3
The Move Block
The MOVE block tells the sprite to walk forward. It says: 'move [10] steps.'
The number tells the sprite HOW FAR to move. A bigger number = moves farther. A smaller number = moves a little bit.
β’ move 10 steps β a small walk
β’ move 50 steps β a bigger walk
β’ move 100 steps β a big leap across the screen!
Try dragging a move block into the coding area and clicking it. Watch the sprite move!