Your First Scratch Program — Make the Cat Move!
Let’s build your very first program together:
- Click the default Scratch Cat sprite to select it.
- In the Block Palette, click Events (yellow) and drag “When 🏁 clicked” into the Code Area.
- Click Motion (blue) and drag “move 10 steps” — snap it below the first block.
- Click the Green Flag — the cat moves to the right!
- Change 10 to 50 and run again — notice the bigger jump.
Congratulations — you just wrote your first program!