Animation
Start Lines of Code
Data
Movement
Sensing
100

What is the block that makes a sprite change color?

change color effect by (25)

100
For an animation what would be the best start to it?
The "when green flag is clicked" command
100
What is a good use for data in a platformer?
collecting coins
100

If you want something to stay in the screen what variable should you chose?

if on edge bounce.

100
What are most sensing tools have to be combined with?
an "if then" statement
200
How do you make a sprite speak?
Say ____ for (2) secs
200
What kind of start would be ideal for a button
"When this sprite is clicked" command
200
How was data used in rock, paper, scissors?
The score or winning the game
200
For a sprite to follow the mouse what should you do?
Forever loop "go to mouse pointer"
200
Can you sense a sprites costume?
no
300
What is the block that can make a sprite larger or smaller?
Change size by (10)
300
If you were making a game how could you use the starts to move a character around?
When _ key is pressed?
300

Which area of the instruction blocks stored in a scratch screen?

The blocks palette stores the instructions

300
If you made a gun to shoot how could you aim it with the movement code?
forever loop "point towards mouse pointer"
300

If a sprite is hit with a deadly object, what block could you use to sense it being hit?

if "touching ___" then

400
How do you make the pen tool draw?
Use the pen down tool then have the sprite move around
400
Can you start a line of code from a costume change?
NOPE
400

What two things do scratch programs have?

Sprites and Scripts

400

What happens when the green flag symbol is clicked in a scratch program?

The program starts when the green symbol is pressed.  

400

A collection or stack of blocks that all interlock with one another?

Script

500
What is the best way to show a sprite walking?
by changing the costume and moving it horizontally?
500
if you want a line of code to start at the same time what should you do?
Broadcast and "When I receive broadcast"
500

Which box changes the background on a scratch screen?

Stage information allows you to change the background scene.

500
what is the best way to teleport a sprite?
go to x:___ y:___
500

What is scratch

What is a programming language?