Scratch Words
Getting Started
Movement
Games
Fix the Bug
100

A character in Scratch

What is a sprite?

100

Block that starts many projects

What is when green flag clicked?

100

Blocks that help a sprite move

What are motion blocks?

100

Used to keep track of points

What is a variable?

100

A mistake in code

What is a bug?

200

Where the project happens

What is the stage?

200

Button that stops the project

What is the stop button?

200

Blocks that turn a sprite

What are motion blocks?

200

A common name for points

What is score?


200

Fixing mistakes in code

What is debugging? 

300

Pieces you snap together to code

What are blocks?


300

Add a new character

What is a sprite?


300

Makes something repeat again and again

What is a loop?


300

Adds 1 to score

What is change score by 1?


300

First thing to check if sprite won’t move

What is the code or start block? 

400

Green button to start projects

What is the green flag?


400

Block that makes a sprite talk

What is a say block?


400

Block that moves smoothly across screen

What is glide?


400

Sets score to zero

What is set score to 0?

400

Why test your project often

What is to find problems early? 

500

Tab that changes how a sprite looks

What is the Costumes tab?


500

Blocks that add sound or music

What are sound blocks?


500

Direction a sprite moves (up/down/left/right

What is direction?


500

Something a game tracks besides score

What are lives, time, or level?


500

What to do if code doesn’t work

What is keep testing and fixing?