What is rect or rectangle?
Almost all movement is created inside of this code.
What is function?
Conditionals all use this block
What is If?
This code replaces sprite.x=sprite.x-1
What is Velocity.x?
This is the number days actually left in this class (After today).
What is 10?
These Create Circles
What is ellipse?
This controls the speed of the sprite
What is the number at the end?
This makes your sprite move when you press a key on the keyboard
What is keydown?
Code that makes a sprite spin
What is sprite.rotation?
Mr. Green has lived in these two states, besides Kansas
What are Texas and Michigan?
In order to change the color of text, you must put this above the text code
What is fill?
Code to make a sprite move to the right
sprite.x=sprite.x+1
In order to use a conditional based on a sprites location, you need to use these signs
What are greater and less than signs?
This code is used to decide if two sprites are about to hit
What is istouching?
This is the number of desks in the classroom (Not counting the table in the back)
What is 23?
Unless your background is inside of this, it will make your sprites blurry
What is a function?
Code to make a sprite move up
sprite.y=sprite.y-1
Code used to help tell the mouse's location
What is World.Mousex/y?
A velocity counter pattern allows a sprite to do this
What is move faster or accelerate?
This is Mr. Green's Favorite College Team
What are the Florida Gators?
Click on this bar in order to add or change sprites
What is Animation?
sprite.x=sprite.x+2 is also know has what?
What is a counter pattern?
True or False Expressions within the code
What is a Boolean Expression?
This is the definition of Velocity
What is speed + direction?
What is Javascript or HTML?