It starts or begins the execution of your program.
what is the green flag?
this sets the sprites x and y coordinates
what is the set sprite position block?
a math code block that helps us create unpredictable placements in our game
what is random?
what is debugging?
the collective term for the 7 colors that appear together in the sky
what is a rainbow?
the block that loops without ending
what is the forever block?
coding concept that acts as magic signals; telling the computer to do something different
what is an event?
the event block that deals with sprite life
what is set sprite lifecycle?
coding concept that defines a set of code that can be called wherever you want in your code
what is a function
general term for animals like humans, wolves, cats, dogs
what is a mammal?
blocks that control the movement of your sprite
what is the motion blocks?
coding concept that deals with how code blocks are arranged to make something happen
what is sequence?
focuses the camera on your specified sprite
what is camera follow sprite?
breaks a bigger into smaller versions of itself in order to solve the bigger problem
what is recursion?
((300 x 500) / 200 + 80,000) x 0
What is 0?
A script or program.
What are instructions?
The overlap block takes two of these
what are parameters?
a collection of the same kind of information / data
what is an array?
what are conditionals?
Powerhouse of the computer
what is a CPU?
the holder or container used that holds information or data
What is a variable?
the code block that deals with how fast or how slow the sprite moves
what is velocity?
helps us to do the same thing repeatedly
what is a loop?
the collective term for symbols like (+ = - x ==)
what are operators?
An object in motion will stay in motion and an object at rest will stay at rest.
What is Newton's Law of Motion?