Introduction to Scratch
Learn Scratch before your first game
Read the manual below, try Scratch if you like, then continue to the concept check in Step 2. (~18 min)
Tour the Scratch editor — account, stage, sprites, block palette, and green flag — so you are ready for Emoji Pop and the rest of Scratch Studio.
What you will learn in this chapter
Scratch platform
OverviewScratch is free block coding from MIT; sprites move on the stage while scripts run.
Green flag
EventsThe green flag runs scripts that start with when green flag clicked — your play button.
Sprites & stage
LooksSprites are characters you code; the stage is where the project plays.
Block palette
CategoriesMotion, Looks, Events, Control, and more — drag blocks into the scripts area.
Course rhythm
MyHighschoolIntro chapter: read manual → concept check. Game chapters: read & build, check, submit, optional bonus.
How this chapter works
- Step 1 — Read this manual and try Scratch.
- Step 2 — Pass the concept check on the course page to finish this chapter.
Read this manual, then pass the concept check on the course page. That completes Chapter 1 — your first game chapter is Emoji Pop.
Learn the ideas
Tour the Scratch editor — account, stage, sprites, block palette, and green flag — so you are ready for Emoji Pop and the rest of Scratch Studio.
What you will learn in this chapter
- Scratch platform (Overview) — Scratch is free block coding from MIT; sprites move on the stage while scripts run.
- Green flag (Events) — The green flag runs scripts that start with when green flag clicked — your play button.
- Sprites & stage (Looks) — Sprites are characters you code; the stage is where the project plays.
- Block palette (Categories) — Motion, Looks, Events, Control, and more — drag blocks into the scripts area.
- Course rhythm (MyHighschool) — Intro chapter: read manual → concept check. Game chapters: read & build, check, submit, optional bonus.
After this chapter you can
- Sign in to Scratch and open the editor
- Press green flag and explain what a sprite is
- Describe how game chapters add submit and optional bonus steps
- Pass the concept check and start Emoji Pop
Study the ideas below, then pass the concept check on the course page. That completes Chapter 1 — then start Emoji Pop.
Before Emoji Pop and the other mini-games, this chapter orients you to Scratch — the free block-coding site from MIT — and how Scratch Studio chapters work inside MyHighschool.
What is Scratch?
Scratch lets you build stories, animations, and games by snapping blocks together. A sprite is any character or object you can code. The stage is where your project plays. Scripts live in the center scripts area.
Key vocabulary
| Sprite | A character or object on the stage (Cat, emoji, ball, etc.). |
|---|---|
| Stage | The white (or backdrop) area where the project runs. |
| Block palette | Colour-coded categories on the left — Motion, Looks, Events… |
| Green flag | Starts scripts that begin with when green flag clicked. |
Create your account
Build steps
- Open scratch.mit.edu and click Join Scratch (free).
- Pick a username you are comfortable sharing with classmates.
- Sign in and click Create to open the editor.
- Keep Scratch in one browser tab and MyHighschool in another.
Editor layout
Example stack — one event hat and one Looks block (you will build for real in Emoji Pop)
How Scratch Studio chapters work
This chapter is two steps: read this manual, then pass the concept check on the course page. Game chapters (starting with Emoji Pop) add a build lab in Scratch and a project submission.
Optional — try Scratch yourself
When you are ready, open Scratch and press the green flag. You can add a Looks block so your sprite says hello — good practice before Emoji Pop. You do not submit anything for this chapter.
Build steps
- Download the sprite starter using the green button under the chapter title on the MyHighschool page, then open it in Scratch.
- From Events, drag when green flag clicked into the scripts area.
- From Looks, attach say Hello Studio Cat! for 2 seconds under the hat block.
- Press the green flag and read the bubble on the stage.
Check yourself before the quiz
- What does the green flag do?
- What is the difference between a sprite and the stage?
- Name two block categories you will use in Emoji Pop.