Motion
Control
Size and Direction
Sensing
100

Go to x: y: 

 Teleports the sprite to a specific location

100

What is a forever loop 

 A loop that never stops

100

How would we check is the mouse was on top of a sprite

Touching mouse pointer

200

What is glide? 

Shows the sprite moving across the screen over a period of time.

200

What is an if statment 

A way to help your program make decisions

200

Which directional style locks a sprite in a given direction

Do not rotate

200

How would we check if a sprite was in contact with a specific color

What is touching color
300

In on edge, bounce 

 I would use this block to avoid my sprite going off the edge of the screen

300

What is wait 

 Have the program pause for a certain amount of time

300

Which directional style lets the sprite flip upside down

All around

300

How would we check if one color was touching another color

color is touching color

400

Where is the origin in the scratch platform 

The center; 0,0

400

What is a loop 

A way to have a program repeat a certain piece of code.

400

What is the standard size of a sprite

is 100

400

How would we check if the space key had been pressed

Key (space) pressed

500

What direction would the sprite move using [move 10 steps]

Whatever the direction was set to
500

if(5<5)

{

     Say Hello

}

else

{

     Say Goodbye

}

Goodbye!

500

What is the standard direction for every sprite 

is 90

500

How would we check if the mouse has been clicked

What is mouse clicked?

M
e
n
u