Motion X & Y axis
In ScratchJr, we can move characters (called sprites) across the screen using the X and Y axis.
The X axis goes left and right, and the Y axis goes up and down.
When we use motion blocks, we tell the sprite how many steps to move in each direction.
For example, moving 10 steps on the X axis makes the sprite go right,
and moving 10 steps on the Y axis makes it go up.
This helps us control where our sprite goes—like making it walk, jump, or fly across the screen.