Turning and Pointing
- point in direction (90) — 90° = right, -90° = left, 0° = up, 180° = down.
- point towards (mouse-pointer) — sprite always faces your cursor.
- if on edge, bounce — sprite bounces off Stage walls automatically.
Practice Activity
- Stack: When 🏁 clicked → forever → move 5 steps → if on edge, bounce.
- Run it — the sprite bounces back and forth endlessly!

