Drawing
Sprites
Plotting
Shapes
Movement
100

Part of a program that does not work correctly

Bug

100

A character on the screen with properties that describe its location, movement, and look

Sprite

100

What is the min & max on the grid in Game Lab

1 & 400

100

These are the coordinates of what type of shape: (200, 200, 50, 150)

Rectangle

100

This is an example of smooth movement: (sprite.x = sprite.x + 1) 

counter pattern

200

Finding and fixing problems in an algorithm or program

Debugging

200

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

Dot notation

200

The number of times per second the screen is refreshed

World.frameRate

200

These are the coordinates of what type of shape: (200, 200, 100)

 Circle

200

This type of movement changes anytime the program is reset. 

randomNumber()

300

An algorithm that has been coded into something that can be run by a machine

Program

300

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

Property

300

The max value of each of the colors for RGB

255

300

These are the coordinates of what type of shape: (x1, y1, x2, y2)

Line

300

The following code will make a sprite move in which direction? sprite.velocityX = 1; sprite.velocityY = 1;

Down & Right

400

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

Parameter

400

Statements that only run when certain conditions are true

Conditionals

400

The 2 code types that effect the color of shapes 

Fill & Stroke

400

These are the coordinates of what type of shape: (x, y, width, height, start, stop)

Arc

400

This block of code defines the active area to detect collisions with other sprites and mouse interactions. 

 setCollider

500

A label for a piece of information used in a program

Variable

500

in programming, an expression that evaluates to True or False

Boolean Expression

500

This represents what type of code: (str, x, y, width, height) 

Text

500

These are the coordinates of what type of shape: (x, y, sides, size)

regularPolygon

500

Block of code to check to see if some expression is true, and if it is do something, otherwise do something else 

if/else statement

M
e
n
u