Scratchmitedu-projects-editor-tutorial-getstarted [best] Today
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 ?
| 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 | scratchmitedu-projects-editor-tutorial-getstarted
Happy coding from the MIT Media Lab community! If you’ve ever wanted to create your own