this property changes the location of a sprite hoirzontally
sprite.x
which parameter is missing: rect( 200, 200, __, 200);
width
What is an error called in coding?
a bug
What parameter is missing: text("I love school!", _, 200)
x
Variables are used to _____ a value
store
this property changes the location of a sprite vertically
sprite.y
which parameter is missing: ellipse( 200, __, 200, 200);
y-location
RGB stands for
red green blue
How do you change the size of text?
insert command textSize() above the text() command
Variable names are ____-sensitive
case
this property changes the size of a sprite
sprite.scale
which parameter is missing: randomNumber( -90, __);
max
which color would this create: rgb( 0, 0, 255);
blue
What command could you use to give your text an outline
stroke()
What shoud you never start a variable name with?
A number
this property changes the transparency of a sprite
sprite.alpha
which parameter is missing: text( __, 100, 100, 100, 100);
string
Ada Lovelace
What command would you use to color the text (same as coloring shapes)
fill()
var
this property shades a sprite a color
sprite.tint
which parameter is missing: regularPolygon( 200, 200, __, 15);
# of sides
What is Mr. Gambino's dog's name?
Dakota
Also accept: Kota, Kotabear, Kotababybearprincess
What (2) parameters do you need to make the text "wrap" (must name both)
Creating the variable and assigning it a value in one like of code is called? _______ing the variable
(ex. var size = 100)
initializing