Changing Costumes
A costume is a different look for the same sprite. Switching costumes creates animation.
How to Switch Costumes
- switch costume to (name) — jumps directly to a specific costume.
- next costume — cycles to the next costume in the list.
Creating a Walking Animation
- Select the Scratch Cat — it already has two costumes (costume1, costume2).
- Build: When 🏁 clicked → forever → next costume → wait (0.2) seconds → move (10) steps.
- Run — the cat walks with animated legs!