Let’s start by making three variables. Variables are words or phrases we can use to represent bits of information like numbers. We do this so the information stays consistent through the program and is easy to locate.
The “Arrows:” variable will be used to keep track of how many arrows are left to use.
The “Score:” variable will be used to keep track of the current score in the game.
The “High Score:” variable will be used to keep track of the current best score.
Make sure all variables are checked in the Variables tab!