Trying again and again, even when something is very hard
What is Persistence?
Code for working with Sprites
What is the Sprites Category?
Sprite
Drag and Drop Programming
What is a way of coding using prewritten code?
An example of a conditional
What is an If/Else?
Code for changing the background and setting of the game
What is the Scene Category?
A list of steps that you can follow to finish a task
What is an Algorithm?
Overlap Event
What is a way to detect when two objects touch each other?
Code for letting our game make sounds
What is the Music Category?
Conditional
What are statements that only run under certain conditions?
Figuring out what causes an error and fixing it
What is Debugging
Logic
What is the way to teach decision-making to computers?
Code for making decisions
What is the Logic Category?
Sequence
What is a list of instructions that are executed one after the other?
The action of doing something over and over again
What is a loop?
Code for naming things that store information
What are Variables?
Variable
What is a placeholder for a piece of information that can change?