A character or background added by the user
What is a Sprite?
Changing the number on W will change this
What is the width?
Must be inside the draw loop, or the Sprite will get fuzzy
What is a background?
One Words Statement Used to Create Conditionals
What is If?
Next Year
What is 2023?
The Code for creating a Circle
What is an ellipse?
Code needed for your sprites to show up
What is drawSprites?
Code that represents a Sprites Movement in a circle
What is Sprite.Rotation?
Code for using the keyboard to direct movement
What is Keydown?
What Mr. Green Taught before Coding
What is Social Studies?
The code for creating a square
What is rect?
First block needed to create sprites
What is var sprites?
Code Used to represent the draw loop
What is Function?
Code for checking for collisions
What is ifTouching?
The State Mr. Green moved here from
What is Michigan?
Represents a changing or missing number
What is a variable?
The tab you press to get to edit/add your sprites
What is Animation?
The Code Representing a Sprite Moving the right a specific speed
What is Sprite.x=Sprite.x+1 (or any other number) OR Velocity.x=1
Controls whether you can see Sprites or Not
What is sprite.visible?
Location of the World Cup
What is Qatar?
Represents Speed and Direction
What is Velocity?
Code that makes a sprite transparent
What is Alpha?
Name for movement that is placed in a specific direction
What is a counter pattern?
Code to check for mouse position within conditionals
What is world.mouse?
Considered the Father of Robotics and created the 3 Laws of Robotics
What is Issac Asimov?