Scratchmitedu-projects-editor-tutorial-getstarted __top__ -

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.

If you’ve ever wanted to create your own video games, animations, or interactive stories, you’ve likely heard of Scratch. Developed by the Lifelong Kindergarten Group at the MIT Media Lab, Scratch is the world’s largest free coding community for kids and beginners. However, knowing where to start can be overwhelming. What exactly is the "Projects Editor"? How do you navigate the official website, scratch.mit.edu ? scratchmitedu-projects-editor-tutorial-getstarted

| Color | Category | Function | Key Block to Know | | :--- | :--- | :--- | :--- | | | Motion | Move sprites, change X/Y coordinates | move 10 steps | | Purple | Looks | Change costumes, say bubbles, resize | say Hello! for 2 secs | | Teal | Sound | Play drums, notes, or uploaded sounds | play sound Meow until done | | Orange | Events | The triggers for your code (Start buttons) | when green flag clicked | | Yellow | Control | Loops and logic (If/Then, Repeat) | forever | | Light Blue | Sensing | Detects collisions, mouse position, answers | touching mouse-pointer? | | Green | Operators | Math, text joining, random numbers | pick random 1 to 10 | | Dark Red | Variables | Store scores, timers, lists | Set my variable to 0 | | Pink | My Blocks | Create your own custom blocks (advanced) | Define Jump | You now know where the Stage is, what

Go to scratch.mit.edu , click Create , and break something. Then, fix it. That is how real programmers learn. If you’ve ever wanted to create your own