A character in Scratch
What is a sprite?
Block that starts many projects
What is when green flag clicked?
Blocks that help a sprite move
What are motion blocks?
Used to keep track of points
What is a variable?
A mistake in code
What is a bug?
Where the project happens
What is the stage?
Button that stops the project
What is the stop button?
Blocks that turn a sprite
What are motion blocks?
A common name for points
What is score?
Fixing mistakes in code
What is debugging?
Pieces you snap together to code
What are blocks?
Add a new character
What is a sprite?
Makes something repeat again and again
What is a loop?
Adds 1 to score
What is change score by 1?
First thing to check if sprite won’t move
What is the code or start block?
Green button to start projects
What is the green flag?
Block that makes a sprite talk
What is a say block?
Block that moves smoothly across screen
What is glide?
Sets score to zero
What is set score to 0?
Why test your project often
What is to find problems early?
Tab that changes how a sprite looks
What is the Costumes tab?
Blocks that add sound or music
What are sound blocks?
Direction a sprite moves (up/down/left/right
What is direction?
Something a game tracks besides score
What are lives, time, or level?
What to do if code doesn’t work
What is keep testing and fixing?