Vocab
Sprites
Movement
Conditionals
Random
100

A character or background added by the user

What is a Sprite?

100

Changing the number on W will change this

What is the width?

100

Must be inside the draw loop, or the Sprite will get fuzzy

What is a background?

100

One Words Statement Used to Create Conditionals

What is If?

100

Next Year

What is 2023?

200

The Code for creating a Circle

What is an ellipse?

200

Code needed for your sprites to show up

What is drawSprites?

200

Code that represents a Sprites Movement in a circle

What is Sprite.Rotation?

200

Code for using the keyboard to direct movement

What is Keydown?

200

What Mr. Green Taught before Coding

What is Social Studies?

300

The code for creating a square

What is rect?

300

First block needed to create sprites

What is var sprites?

300

Code Used to represent the draw loop

What is Function?

300

Code for checking for collisions

What is ifTouching?

300

The State Mr. Green moved here from

What is Michigan?

400

Represents a changing or missing number

What is a variable?

400

The tab you press to get to edit/add your sprites

What is Animation?

400

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

400

Controls whether you can see Sprites or Not

What is sprite.visible?

400

Location of the World Cup


What is Qatar?

500

Represents Speed and Direction

What is Velocity?

500

Code that makes a sprite transparent

What is Alpha?

500

Name for movement that is placed in a specific direction

What is a counter pattern?

500

Code to check for mouse position within conditionals

What is world.mouse?

500

Considered the Father of Robotics and created the 3 Laws of Robotics

What is Issac Asimov?

M
e
n
u