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

  1. Go to the Sound category (pink/magenta).
  2. Drag play sound [pop] until done and snap it under the move block.
  3. Go to the Looks category (purple).
  4. Drag say [Hello!] for [2] seconds and 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: