Properties
Parameters
Random
Text
Variables
100

this property changes the location of a sprite hoirzontally

sprite.x

100

which parameter is missing: rect( 200, 200, __, 200);

width

100

What is an error called in coding?

a bug

100

What parameter is missing: text("I love school!", _, 200)

x

100

Variables are used to _____ a value

store

200

this property changes the location of a sprite vertically

sprite.y

200

which parameter is missing: ellipse( 200, __, 200, 200);

y-location

200

RGB stands for

red green blue

200

How do you change the size of text?

insert command textSize() above the text() command

200

Variable names are ____-sensitive 

case

300

this property changes the size of a sprite

sprite.scale

300

which parameter is missing: randomNumber( -90, __);

max

300

which color would this create: rgb( 0, 0, 255);

blue

300

What command could you use to give your text an outline

stroke()

300

What shoud you never start a variable name with?

A number

400

this property changes the transparency of a sprite

sprite.alpha

400

which parameter is missing: text( __, 100, 100, 100, 100);

string

400
Who was one of the first programmers that also wrote poetry?

Ada Lovelace

400

What command would you use to color the text (same as coloring shapes)

fill()

400
What is the name of the command that declares a variable?

var

500

this property shades a sprite a color

sprite.tint

500

which parameter is missing: regularPolygon( 200, 200, __, 15);

# of sides

500

What is Mr. Gambino's dog's name?

Dakota

Also accept: Kota, Kotabear, Kotababybearprincess

500

What (2) parameters do you need to make the text "wrap" (must name both)

height and width
500

Creating the variable and assigning it a value in one like of code is called? _______ing the variable

 (ex. var size = 100)

initializing

M
e
n
u