This purple code provides coordinates for the sprite.
What is CreateSprite?
This button allows you access to the Sprite Library.
What is the Animation button?


The sprites must have separate names.
The two codes responsible for this squished giraffe:

What are sprite.width and sprite.height?
What will appear on this graph and where, according to the name and coordinates?

What is a bee in the bottom right hand corner?
This is at the bottom of all sprites.
What is drawSprites
What is the Plus Button?

The bugs are behind the plants.

Drag the purple snail & ladybug codes below the cactus & grass codes.
The dot notation code that caused this little guy to turn green.
What is sprite.tint "green"?
The code and variable I would use to turn the blue car around.
 
What is "Sprite.rotation 180" ?
These two codes are a pair and are necessary for each sprite.
What is createSprite and setAnimation?
What this button is used for.

What is to fill an object with color.
The reason lines 15 & 19 have error symbols.

What is forgeting the zero before the decimal. (0.5)
The code to make a sprite translucent.

What is "sprite.alpha 0.5" ?
The code that reduces (or enlarges) the size of a sprite.
What is a "sprite.scale (0.50)
The names of createSprite and setAnimation should do this.
Wht is match?
What this button is used for.

What is resizing sprites?
The reason my sprite isn't appearing on my graph.
What is I forgot the "draw.Sprite" command?
The suffix of an image without a background (not .jpg).
What is .png?
The numerical value used to rotate the alien left.

What is -45 degrees?
This code has a pull-down menu of the sprites you have chosen for your graph.
What is setAnimation?
What this button does.

What is allow you to draw your own sprite?
Why these sprites on top of each other.

What is they were all set to the default coordinates (200, 200)?
The numerical alternative code for a color name.
What is HEX?
The code used to bounce your basketball sprite all over your background court.
What is the randomNumber?