This command draws a rectangle on the screen.
What is rect()?
Part of a program that does not work correctly.
This line of code creates a new sprite.
What is createSprite()?
The coordinations of the top left of the screen.
What is (0,0)?
What has a head, a tail, but no body?
What is a coin?
This command sets the color of the INSIDE of a shape.
What is fill()?
Finding and fixing problems in an algorithm or program.
What is debugging?
This command actually paints your sprites on the screen.
What is drawSprites()?
The coordinates of the bottom right of the screen.
What is (400,400)?
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?
This command randomly picks a number for your program to use.
What is randomNumber()?
Additional information provided as input to a block to customize its functionality
What is a parameter
This command lets you change the image of your sprite.
What is setAnimation()?
The coordinates of the center of the screen.
What is (200,200)?
What has keys but can't open locks?
What is a piano?
This command sets the color of the border/outline of a shape.
What is stroke()?
A label for a piece of information used in a program.
What is a variable?
The way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot.
What is dot notation?
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)?
The more you take, the more you leave behind. What am I?
What are footsteps?
This line of code creates a new variable called xPosition, which has a value of 5.
What is:
var xPosition = 5?
A label for a characteristic of a sprite, such as its location and appearance.
What is a property?
This sprite property controls the 'spin' of your sprite.
What is rotation?
The coordinates of a rectangle with a width and height of 50 that appears in the center of the screen.
What is (175, 175)?
What comes once in a minute, twice in a moment, but never in a thousand years?
What is the letter M?