Sprites
Movement
Shapes/Text
Loops
Random
100

This Code Changes Where a Sprite is Located Left to Right

What is Sprite.x?

100

What code makes a sprite move to the right?

sprite.x=sprite.x+??

100

The code to make a circle

An ellipse

100

Code Needed When You need an action and/or reaction

If/Else

100

What does this sign mean: >

Greater Than

200

This Code Changes Where a Sprite is Located Up and Down

Sprite.y

200

What code makes a sprite move up?

sprite.y=sprite.y-???

200

The Code to make a square

rect

200

What code would you use to make a sprite shake back and forth?

sprite.x=randomNumber()

200

Your sprites are moving, but you can see copies of them stick around as it moves. What are you missing?

A Background inside the draw loop/function

300

Adding a sprite takes place in what menu?

Animations 

300

How do you make a sprite move faster?

Make the number bigger

300

In order to change the color or size of the text, where in the code should you put this?

Above the text

300
This Could Allows us to Create Draw Loops

What is Function?

300

How many time has Mr. Green taught coding class? (Hint, this is his 4th year in the position)

7

400

This Code changes the size of the sprite

sprite.scale

400

The code that would replace sprite.x=sprite.x+1

Velocityx=1
400

If all of the shapes are in the same location, which one will be on top?

Fill (red)

Ellipse

Fill (blue)

Rect


Blue Rectangle

400

Another name for an "if" statement

Conditional

400

What coding Language are We Using?

Java Script
500

These 3 pieces of code are needed to make your sprite show up

Variable Sprite

Sprite set animation

drawSprite

500

This Code Keeps Track of your Mouse Position, x or y

worldMouse.x/y
500

What do you call a many sided shape (also a code)

Polygon

500

Code used to change the "hit box" of a sprite

setCollider

500

What class will Mr. Green be teaching at the High School next semester?

Forensics