Necessary Codes
So, Buttons
Debug This
Miscellany
Applied Science
100

This purple code provides coordinates for the sprite.

What is CreateSprite?

100

This button allows you access to the Sprite Library.


What is the Animation button?


100

The sprites must have separate names.

100

The two codes responsible for this squished giraffe:

What are sprite.width and sprite.height?

100

What will appear on this graph and where, according to the name and coordinates?

What is a bee in the bottom right hand corner?

200

This is at the bottom of all sprites.

What is drawSprites

200
Once in the Animation screen,I press this button to ADD sprites to my toolbox.

What is the Plus Button?

200

The bugs are behind the plants.


Drag the purple snail & ladybug codes below the cactus & grass codes.

200

The dot notation code that caused this little guy to turn green.

What is sprite.tint "green"?

200

The code and variable I would use to turn the blue car around.

 

What is "Sprite.rotation 180" ?

300

These two codes are a pair and are necessary for each sprite.

What is createSprite and setAnimation?

300

What this button is used for.

What is to fill an object with color.

300

The reason lines 15 & 19 have error symbols.

What is forgeting the zero before the decimal. (0.5)

300

The code to make a sprite translucent.

What is "sprite.alpha 0.5" ?

300

The code that reduces (or enlarges) the size of a sprite.

What is a "sprite.scale (0.50)

400

The names of createSprite and setAnimation should do this.

Wht is match?

400

What this button is used for.

What is resizing sprites?

400

The reason my sprite isn't appearing on my graph.

What is I forgot the "draw.Sprite" command?

400

The suffix of an image without a background (not .jpg).

What is .png?

400

The numerical value used to rotate the alien left.

What is -45 degrees?

500

This code has a pull-down menu of the sprites you have chosen for your graph.

What is setAnimation?

500

What this button does.

What is allow you to draw your own sprite?

500

Why these sprites on top of each other.

What is they were all set to the default coordinates (200, 200)?

500

The numerical alternative code for a color name.

What is HEX?

500

The code used to bounce your basketball sprite all over your background court.

What is the randomNumber?