Scratchmitedu-projects-editor-tutorial-getstarted
Your first goal is to make the cat say something. Look for the Code Tab in the Blocks Palette. Click the "Events" block category (it’s brown/yellowish).
Drag this block into the Scripts Area:
when [green flag] clicked
Now, click the "Looks" block category (purple). Drag this block and snap it directly underneath the first block:
say [Hello!] for [2] seconds
Result: Click the green flag icon above the Stage. Your cat now says "Hello!"
Congratulations. You have just written your first program using the scratchmitedu-projects-editor-tutorial-getstarted workflow. scratchmitedu-projects-editor-tutorial-getstarted
The default sprite is the "Scratch Cat." To change it:
The Scratch Editor is divided into four main parts:
| Area | Name | What it does | |------|------|----------------| | Left | Block Palette | Color-coded coding blocks organized by function (Motion, Looks, Sound, Events, etc.) | | Center | Scripts Area | Drag blocks here and snap them together to build your program | | Right-top | Stage | Where your project runs — sprites move, speak, and react | | Right-bottom | Sprite List | Shows all characters/objects in your project (default: Scratch Cat) |
✅ Yes, if:
❌ Maybe not, if:
You’re ready to build more!
To keep the cat moving:
Published by the Scratch Education Hub
Your first step into the world of creative coding starts here. Your first goal is to make the cat say something
If you’ve landed on this page, you’re probably looking for the most direct path from zero to your first interactive game or animation. You’ve seen the URL—scratch.mit.edu—but you need more than just a website. You need a projects editor tutorial to help you get started with confidence.
Welcome to the definitive guide for the Scratch Project Editor. By the end of this long-form tutorial, you will understand every button, menu, and code block that makes Scratch the world’s most popular programming language for beginners.
Welcome to Scratch! The project editor is where you bring animations, games, and stories to life. This guide will walk you through the interface and your first interactive creation.