Shapes
Sprites
Drawing Properties
Text
100

This command makes a rectangle at a desire location on the screen

What is rect()?

100

Use this command to make a sprite

What is createSprite()?

100

Use this command to change the color of a shape

What is fill()?

100

This command lets you put words on the screen

What is text()?

200

You can draw a circle with this command

What is ellipse()?

200

This sprite property changes the sprite from a grey square to a chosen image

What is setAnimation()?

200
You can change the color of the whole screen with this command

What is background()?

200

Use this command to change the color of text

What is fill()?

300

The last two parameters for rect() and ellipse() determine this

What is width and height?

300

The sprite property effect how big or small the sprite is

What is scale?

300

Use this command to change the thickness of a line

What is strokeWeight()?

300

Use this command to make your text larger

What is textSize()?

400

The inputs for this command are a two sets of x & y coordinates.

What is line()?

400

The input for this sprite property is an angle

What is rotation?

400

This command allows you to change the color of a line

What is stroke()?

400

You can add a border to your text with this command

What is stroke()?

500

This command can help you create a shape with any number of sides

What is regularPolygon()

500

You can change the opacity of a sprite with this property

What is alpha?

500

This command requires 3 inputs to change a color.

What is rgb()?

500

The 4th and 5th parameter of the text() command allow you to do this

What is text wrapping?