This Code Changes Where a Sprite is Located Left to Right
What is Sprite.x?
What code makes a sprite move to the right?
sprite.x=sprite.x+??
The code to make a circle
An ellipse
Code Needed When You need an action and/or reaction
If/Else
What does this sign mean: >
Greater Than
This Code Changes Where a Sprite is Located Up and Down
Sprite.y
What code makes a sprite move up?
sprite.y=sprite.y-???
The Code to make a square
rect
What code would you use to make a sprite shake back and forth?
sprite.x=randomNumber()
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
Adding a sprite takes place in what menu?
Animations
How do you make a sprite move faster?
Make the number bigger
In order to change the color or size of the text, where in the code should you put this?
Above the text
What is Function?
How many time has Mr. Green taught coding class? (Hint, this is his 4th year in the position)
7
This Code changes the size of the sprite
sprite.scale
The code that would replace sprite.x=sprite.x+1
If all of the shapes are in the same location, which one will be on top?
Fill (red)
Ellipse
Fill (blue)
Rect
Blue Rectangle
Another name for an "if" statement
Conditional
What coding Language are We Using?
These 3 pieces of code are needed to make your sprite show up
Variable Sprite
Sprite set animation
drawSprite
This Code Keeps Track of your Mouse Position, x or y
What do you call a many sided shape (also a code)
Polygon
Code used to change the "hit box" of a sprite
setCollider
What class will Mr. Green be teaching at the High School next semester?
Forensics