Stuff on the Screen
Movement
Conditionals
Difficult Stuff
Random
100
These Create Squares

What is rect or rectangle?

100

Almost all movement is created inside of this code.

What is function?

100

Conditionals all use this block

What is If?

100

This code replaces sprite.x=sprite.x-1

What is Velocity.x?

100

This is the number days actually left in this class (After today).

What is 10?

200

These Create Circles

What is ellipse?

200

This controls the speed of the sprite

What is the number at the end?


200

This makes your sprite move when you press a key on the keyboard

What is keydown?

200

Code that makes a sprite spin

What is sprite.rotation?

200

Mr. Green has lived in these two states, besides Kansas

What are Texas and Michigan?

300

In order to change the color of text, you must put this above the text code

What is fill?

300

Code to make a sprite move to the right

sprite.x=sprite.x+1

300

In order to use a conditional based on a sprites location, you need to use these signs

What are greater and less than signs?

300

This code is used to decide if two sprites are about to hit

What is istouching?

300

This is the number of desks in the classroom (Not counting the table in the back)

What is 23?

400

Unless your background is inside of this, it will make your sprites blurry

What is a function?

400

Code to make a sprite move up

sprite.y=sprite.y-1

400

Code used to help tell the mouse's location

What is World.Mousex/y?

400

A velocity counter pattern allows a sprite to do this

What is move faster or accelerate?

400

This is Mr. Green's Favorite College Team

What are the Florida Gators?

500

Click on this bar in order to add or change sprites

What is Animation?

500

sprite.x=sprite.x+2 is also know has what?

What is a counter pattern?

500

True or False Expressions within the code

What is a Boolean Expression?

500

This is the definition of Velocity

What is speed + direction?


500
Name of the two languages of coding we've worked with this year

What is Javascript or HTML?