Booleans
Motion
Variables
Sensing
Games
100

What are booleans

Booleans are true and false statements. 

100

What do motion blocks do?

Move the sprite.

100

What are variables

Variables are expressions that can store values.

100

What are sensing blocks used for?

Used to detect actions to perform functions.

100

How do clickers work?

They check if the mouse is touching and down then increase the score variable by an integer.

200

What are 2 examples of booleans

And and Or
200

What does the move steps block do?

It moves them in the direction they are facing.
200

What can variables be used for?

(Will be revealed in class)

200

What can sensing be used for?

Movement, more will be told in class.

200

How does scrolling work?

By moving the background inverse to the controls

300

What are some types of games that utilize booleans?

One games that utilize booleans are clicker games that use if mouse down and touching mouse. Another example is scrolling games.

300

How can you make movement speed up and slow down gradually?

Using a velocity variable.

300

What variables can be used to make a platformer.

X, Y, Optional(X vel), Y vel or Gravity

300

What are frequently used sensing blocks?

If key pressed blocks.

300

How does collision work?

Moving the player back in the same velocity in which they are traveling at and the opposite direction when they touch a wall.