Contains color-coded coding blocks grouped by category, such as Motion (blue), Looks (purple), and Events (yellow-gold).
Click "See Inside" on projects in the Scratch community to learn how others created their games.
Scratch Project Editor Tutorial: Get Started with Scratch.mit.edu
Code belongs to specific sprites. If your script isn't working, make sure you clicked on the correct sprite icon in the bottom right pane before writing the code.
Navigate to the purple Looks category and drag out a say Hello! for 2 seconds block. Snap it to the bottom of your motion block. scratchmitedu-projects-editor-tutorial-getstarted
This is the default view where you drag, drop, and snap blocks together to program your sprite's behavior. The Costumes Tab
Which specific feature(e.g., , adding keyboard controls , or changing backdrops ?) Share public link
Add new sprites (from the library, paint, surprise, or upload). Delete or rename sprites. Adjust size, direction, and position (x, y). C. Backdrop/Stage Area (Far Right)
Each tutorial is interactive, providing step-by-step instructions right inside the editor, so you can follow along and code at the same time. Contains color-coded coding blocks grouped by category, such
Every script needs a trigger. Without an Event block, your code sits idle. Click on the category.
What are you hoping to create (a game, an animation, a story)?
Whether you're a student, teacher, or curious adult, this guide breaks down exactly how to navigate the editor and launch your first project.
The ?tutorial=getstarted parameter opens a built-in, step-by-step video and interactive guide directly inside your editor window. Here is what the tutorial teaches you to do, step by step. Step 1: Make it Move If your script isn't working, make sure you
You will see the Scratch Cat has two distinct poses ( costume1 and costume2 ).
Replace "Untitled" at the top of the editor with a fun name.
Find the when green flag clicked block (it has a rounded top, meaning it always goes at the very top of a script). Drag it and snap it onto the top of your move block.
This is your primary workspace. You build programs here by dragging blocks out of the palette and snapping them together like puzzle pieces from top to bottom. The Stage (Top Right Pane)
It’s not a video. It’s not a separate tour. It’s a where you actually build something small.