You can download the Scratch Desktop app, which is useful for environments with limited or no internet access. 2. Tour of the Scratch Interface
Once you finish the "Get Started" guide, keep these key principles in mind to avoid frustration:
This contains all the coding blocks, organized by color-coded categories: Move, turn, go to positions. Looks: Switch costumes, say things, change size. Sound: Play sounds, change volume. scratchmitedu-projects-editor-tutorial-getstarted
Follow these steps to create your first interactive sequence:
: Visit scratch.mit.edu and click "Create" in the top menu to open a blank project. While you can code without an account, creating one allows you to save and share your work. You can download the Scratch Desktop app, which
Drag the when green flag clicked block into the center Code Area. This block ensures your game starts clean every time the user plays it. Step 2: Set a Starting Position Click on the category (Blue).
For teachers, parents, or librarians running a coding session, this link is a . You don’t have to explain: Looks: Switch costumes, say things, change size
Drag a forever loop block and snap it directly underneath the when green flag clicked block. Click on the category.