Scratchmitedu-projects-editor-tutorial-getstarted < VERIFIED × 2024 >
To make your projects visually unique, you need to understand costumes. A sprite can have multiple "costumes," which are different images that you can switch between to create animation or change appearances. To edit them, select your sprite and click the "" tab at the top of the Block Palette.
Click the green flag again. The cat will now take ten quick steps in a row.
Click the button (orange, top-right). Your project gets a unique URL: scratch.mit.edu/projects/YOUR_NUMBER . Anyone with the link can play it.
This is your "workspace." You drag blocks from the Palette into this area and snap them together to create scripts (code). 3. Creating Your First Project: "Hello World" scratchmitedu-projects-editor-tutorial-getstarted
Show you how to use to make a simple game. Provide a list of beginner-friendly starter projects .
Your project is a masterpiece. Now what?
Go to File > Save to your computer to download a .sb3 project file locally. To make your projects visually unique, you need
Now go build your first game or interactive story — and have fun!
Let’s begin a hands-on tutorial. When you open scratch.mit.edu/projects/editor (or click "Create"), you’ll see a default orange cat named "Sprite1." This is your canvas.
The Stage is where your project physically comes to life. It runs on an X/Y grid coordinate system: X: 0, Y: 0 Horizontal Bounds (X): -240 (left) to 240 (right) Vertical Bounds (Y): -180 (bottom) to 180 (top) Click the green flag again
+-------------------------------------------------------+ | Stage (Top Right) | Blocks Palette (Left) | | - Where action happens | - Your coding pieces | +---------------------------+---------------------------+ | Sprite Pane (Bottom Right)| Scripts Area (Center) | | - Characters and objects | - Where you build code | +-------------------------------------------------------+ 1. The Stage
🟠 Handles loops ( repeat , forever ) and conditional logic ( if-then ).
Set a secure password and fill out the basic demographic questions.
Allows you to create your own custom blocks. The Code Area (Center Workspace)
: Contains color-coded categories like Motion (blue), Looks (purple), and Sound (pink). You drag these blocks into the center area to build your script.
