Game Lab Commands
Vocab
Sprites
Game Lab Coordinates
Riddles
100

This command draws a rectangle on the screen.

What is rect()?

100

Part of a program that does not work correctly.

What is a bug?
100

This line of code creates a new sprite.

What is createSprite()?

100

The coordinations of the top left of the screen.

What is (0,0)?

100

What has a head, a tail, but no body?

What is a coin?

200

This command sets the color of the INSIDE of a shape.

What is fill()?

200

Finding and fixing problems in an algorithm or program.

What is debugging?

200

This command actually paints your sprites on the screen.

What is drawSprites()?

200

The coordinates of the bottom right of the screen.

What is (400,400)?

200

I am not alive, but I grow; I don't have lungs, but I need air; I don't have a mouth, but water kills me. What am I?

What is fire?

300

This command randomly picks a number for your program to use.

What is randomNumber()?

300

Additional information provided as input to a block to customize its functionality

What is a parameter

300

This command lets you change the image of your sprite.

What is setAnimation()?

300

The coordinates of the center of the screen.

What is (200,200)?

300

What has keys but can't open locks?

What is a piano?

400

This command sets the color of the border/outline of a shape.

What is stroke()?

400

A label for a piece of information used in a program.

What is a variable?

400

The way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot.

What is dot notation?

400

The coordinates of a rectangle with a width and height of 50 that appears in the top right of the screen

What is (350,0)?

400

The more you take, the more you leave behind. What am I?

What are footsteps?

500

This line of code creates a new variable called xPosition, which has a value of 5.

What is:

 var xPosition = 5?

500

 A label for a characteristic of a sprite, such as its location and appearance.

What is a property?

500

This sprite property controls the 'spin' of your sprite. 

What is rotation?

500

The coordinates of a rectangle with a width and height of 50 that appears in the center of the screen.

What is (175, 175)?

500

What comes once in a minute, twice in a moment, but never in a thousand years?

What is the letter M?

M
e
n
u