What is the code we use to fill in a shape with a color?
Fill
What Sprite Block Property changes the vertical position of your sprite?
Which tool box name is the _+_ block under?
Math
What is the code we use to edit the border of a shape
Stroke
What Sprite Block changes the horizontal coordinate of your sprite?
Sprite.x
Which Block of code changes the rate in which an animation movies
World Frame Rate
What code do we use to get rid of a border attached to a shape
NoStroke
What Property changes the size of your Sprite?
Sprite.Scale
What Block of Code is essential for Sprite use because without it they do not exist on screen?
Draw Sprites
What code is used to edit the border thickness?
StrokeWeight
What Block can spin your sprite in a circle?
Sprite.Rotation
What Block of Code repeats a code over and over and over again
Draw Loop