Level 1: Space Talk
| Course: Scratch Programming | Level: Level 1 | Project 01 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 "Space Talk" on Raspberry Pi Projects →](https://projects.raspberrypi.org/en/projects/space-talk)
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
Create a space scene where characters emote and share thoughts using Looks and Sound blocks.
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
- Open Scratch at scratch.mit.edu and create a new project.
- Add a Space backdrop from the Backdrop Library.
- Choose two space character sprites — e.g. Nano and Pico.
- Click on Sprite 1. In the Looks tab, drag a
say [ ] for [ ] secsblock underwhen 🏳️ clicked. - Type a greeting in the say block, like:
Greetings from space! - Add a
play sound [Pop]block from the Sound tab. - Click Sprite 2. Add a
when I receive [message1]block. - In Events, drag
broadcast [message1]into Sprite 1’s script so it runs after the say block. - Give Sprite 2 its own say block:
Incoming transmission! - Click the green flag to test. Both sprites should speak in turn.
Extension Challenges
Try these after completing the main project:
- Try changing the backdrop mid-scene using
switch backdrop to [ ]. - Add a third sprite that reacts when it receives a broadcast.
- Experiment with
think [ ]blocks for thought bubbles instead of speech.
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 02 → |