2. Motion
Motion code blocks are responsible for making your sprites move.
2.1. Basic moving
2.2. Basic Rotation
2.3. Moving to a random position
2.4. Moving to the mouse pointer
2.5. Moving to a specific x and y coordinate
2.6. Gliding
Gliding
is different from moving
. When you move
a sprite, it disappears and then reappears where you want it to be. When you glide
a sprite, a smooth transition is created from where the sprite currently is located to where you want it to be; there is animation
involved.