Scratchmitedu-projects-editor-tutorial-getstarted Verified
The Scratch "Getting Started" tutorial acts as a foundational, block-based introduction to programming that fosters computational thinking and immediate creative agency. By utilizing a three-zone editor interface (Palette, Stage, Coding Area) and emphasizing a "low floor, high ceiling" approach, it encourages iterative design and collaboration within a global community. Explore the tutorial at Scratch . Scratch Basics - A Beginners Guide to Scratch
- Go to the Sound category (pink/magenta).
- Drag
play sound [pop] until doneand snap it under the move block. - Go to the Looks category (purple).
- Drag
say [Hello!] for [2] secondsand snap it to the bottom of your stack.
Step 5: Writing Code
Loops:
Use the orange Control category to find forever or repeat blocks to make actions run multiple times. scratchmitedu-projects-editor-tutorial-getstarted
Part 3: The 9 Block Colors (Your Coding Vocabulary)
1. The Stage (Top Right)
To keep the cat moving: