Level 1: Surprise Animation
| Course: Scratch Programming | Level: Level 1 | Project 05 of 35 |
Official Raspberry Pi Project
This lesson is based on the official Raspberry Pi Foundation project. Open it alongside this guide to access the starter project, step-by-step instructions and community remixes.
### [🍓 Open "Surprise Animation" on Raspberry Pi Projects →](https://projects.raspberrypi.org/en/projects/surprise-animation)
How to use it: Click the link above, then click See Inside on the Scratch project to explore the finished version. Use Remix to get your own copy to edit.
What You Will Build
Develop a delightful animation using movement, sound and visual effects.
What You Will Learn
By the end of this project you will be able to:
- Use Events blocks to start scripts and respond to clicks
- Combine Motion, Looks and Sound blocks to create behaviours
- Use variables to track game state and scores
- Apply the specific Scratch concepts introduced in Level 1
You Will Need
| Item | Details |
|---|---|
| 🌐 Browser | Any modern browser — Chrome, Firefox or Edge |
| 🔶 Scratch account | Free at scratch.mit.edu |
| ⏱️ Time | Approximately 30–45 minutes |
| 📋 Starter project | Available via the Raspberry Pi link above |
Step-by-Step Guide
- Plan your animation: choose a theme (e.g. birthday, magic show, space launch).
- Add a backdrop that fits your theme.
- Add 2–3 sprites and costumes for each.
- Use
glide,move steps, andturnto animate sprite movement. - Add sound effects at key moments using
play sound [ ] until done. - Use
change [color] effect by [25]to create visual surprises. - Use
showandhideblocks to make sprites appear and disappear. - Add a dramatic pause with a
wait [1] secsbefore the big reveal. - Chain all animations together under one
when 🏳️ clickedevent. - Share your project and watch a friend’s reaction!
Extension Challenges
Try these after completing the main project:
- Add a
repeat [10]loop to make something spin or bounce repeatedly. - Use
broadcastto trigger different parts of the animation in sequence. - Add a credits screen at the end using a backdrop switch.
Reflection Questions
- Which Scratch blocks did you use most in this project?
- What would you add or change if you had more time?
- How could you reuse the ideas from this project in a different context?
Share Your Work
When your project is complete, click Share in Scratch and post the link to your class or the Techbase community.
| ← Back to Scratch Course | Next: Lesson 06 → |