Animation
Start Lines of Code
Movement
Sensing
MISC
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

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
100

Which of these functions can a scratch sprite not be programed to do?  Play music, move around, talk, write a program

write a program

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
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
200

What happens if the instruction blocks in Scratch are placed in the wrong order?

wont run

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
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

300

What in Scratch allows you to store sprites and scripts so you can use them in different programs?

Backpack

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 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

400

What allows Scratch programs to communicate with external hardware and online resources (like we did with makey makey).

extensions

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
what is the best way to teleport a sprite?
go to x:___ y:___
500

What is scratch

What is a programming language?

500

Can you save a Scratch project to your computer?

YES!

Under file you can save to your computer!!!!