This command makes a rectangle at a desire location on the screen
What is rect()?
Use this command to make a sprite
What is createSprite()?
Use this command to change the color of a shape
What is fill()?
This command lets you put words on the screen
What is text()?
You can draw a circle with this command
What is ellipse()?
This sprite property changes the sprite from a grey square to a chosen image
What is setAnimation()?
What is background()?
Use this command to change the color of text
What is fill()?
The last two parameters for rect() and ellipse() determine this
What is width and height?
The sprite property effect how big or small the sprite is
What is scale?
Use this command to change the thickness of a line
What is strokeWeight()?
Use this command to make your text larger
What is textSize()?
The inputs for this command are a two sets of x & y coordinates.
What is line()?
The input for this sprite property is an angle
What is rotation?
This command allows you to change the color of a line
What is stroke()?
You can add a border to your text with this command
What is stroke()?
This command can help you create a shape with any number of sides
What is regularPolygon()
You can change the opacity of a sprite with this property
What is alpha?
This command requires 3 inputs to change a color.
What is rgb()?
The 4th and 5th parameter of the text() command allow you to do this
What is text wrapping?