Scratchmitedu-projects-editor-tutorial-getstarted
For more official help: scratch.mit.edu/help Need inspiration? Search “Getting started” inside the Scratch community.
Click to browse built-in effects or upload your own MP3 files. 💾 Saving and Sharing Your Work
You now know where the Stage is, what the Block Palette does, and how to snap together Events, Control, and Motion blocks to make an interactive game. The green flag is waiting. The cat is sitting still.
This large workspace in the center is where you drag and snap blocks together to build code. 4. The Sprite & Backdrop Panes
Click the Choose a Backdrop icon in the far bottom right to add a background scene to your stage. Advanced Interactive Elements As you progress, you can incorporate more complex logic: scratchmitedu-projects-editor-tutorial-getstarted
Static movements can get boring quickly. To make things interesting, we need to use loops so actions repeat without us stacking hundreds of duplicate blocks. The Endless Walk
If you want to learn more about Scratch and the Projects Editor, here are some additional resources:
Your browser has Javascript disabled. Please go to your browser preferences and enable Javascript in order to use Scratch. Scratch Basics - A Beginners Guide to Scratch
Scratch turns programming into creative play. You’ve learned: For more official help: scratch
Finally, let us add a speech bubble. Go to the category (purple) and drag the " say Hello! for 2 seconds " block. Attach it to the very bottom of your script. Click the flag. The cat will move ten steps and then say "Hello!" for two seconds.
Click the green flag. Your character will now walk across the screen and bounce back and forth indefinitely. Fixing Upside-Down Bouncing
: Download the Scratch Desktop app if you need to work without an internet connection. Phase 2: Understanding the Interface The editor is divided into three primary functional areas:
To create a new project, click on the "File" menu and select "New Project." Choose a project name, and select a template or start from scratch. You can also add a description and tags to your project to make it easier to find later. 💾 Saving and Sharing Your Work You now
No account is needed to create projects, but signing up (top-right corner) lets you save, share, and download your work.
Do you need help with , like scoring points or jumping?
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.
Don't be afraid to look at other creators' projects. Clicking "See Inside" on any published project reveals its code editor. You can click "Remix" to save a copy to your profile and tweak the code to see how it changes the game. To help tailor your next coding session, tell me:
The "Getting Started" tutorial in the Scratch Project Editor is the official entry point for anyone new to coding. Developed by the Lifelong Kindergarten Group at MIT, Scratch uses a "block-based" visual language that eliminates the need for typing code, making it highly accessible for beginners. Phase 1: Accessing the Editor