Moving with Motion Blocks
The Motion category (blue) controls where sprites go on the Stage.
Key Blocks
- move (10) steps — moves the sprite forward by the number of steps you set.
- turn ↻ (15) degrees — rotates the sprite clockwise.
- go to x:(0) y:(0) — teleports the sprite to exact coordinates.
- glide (1) secs to x:() y:() — smoothly glides to a position.
The Coordinate System
The Stage is 480 × 360. The centre is x:0, y:0. Moving right increases X; moving up increases Y. Try it: Drag a “go to x:(0) y:(0)” block and click it — the sprite jumps to centre.