Scratch Basics
Blocks & Coding
Sprites & Stage
Animation & Movement
Game Design
100

This is the website and coding platform where students can create games, stories, and animations.

Scratch

100

These colorful puzzle-shaped pieces are used to build code in Scratch.

Blocks

100

This is the character or object you program in Scratch.

Sprite

100

This block makes a sprite move a certain number of steps.

Move ___ steps

100

This is something a player tries to achieve in a game.

Goal

200

This button starts many Scratch projects and often uses a green icon.F

Green Flag
200

These blocks control when a project starts or when something is clicked.

Event blocks

200

This is the background area where the project happens.

Stage

200

This block makes a sprite spin left or right.

Move __ degrees

200

This is what happens when the player earns points.

Points
300

This means finding and fixing mistakes in your code.

Debug

300

These blocks make a sprite move, turn, or glide.

Motion blocks

300

These are different looks or outfits a sprite can wear.

Costumes
300

This block smoothly moves a sprite from one place to another over time.

Glide

300

This keeps track of how many points they have earned in the game.

Score variable

400

This is a set of instructions that tells the computer what to do.

Code

400

These blocks help a sprite make decisions using “if” or “if else.”

Control blocks
400

This tab lets you paint or edit how a sprite or background looks.

Costumes tab

400

These numbers tell where a sprite is on the stage from left to right and up to down.

X and y coordinates

400

This type of loop keeps repeating code forever.

Forever loop

500

This is the name for a project someone changes or builds from another person’s Scratch project.

Remix

500

These blocks store information like score, lives, or player name.

Variables

500

This is the background image or scene shown on the stage.

Backdrop

500

This happens when you quickly switch costumes to make a sprite look like it is moving.

Animation

500

This is a message one sprite can send so another sprite knows when to do something.

Broadcast

M
e
n
u