Variables: private and global
A variable is used to store a value that can change. These are useful in every game for keeping score and tracking the player's lives or health. In Construct, a private variable is stored by an object itself and can be different for each copy of that object. Meanwhile, a global variable is stored between layouts throughout the program.