Greeting Construct 2 users,
In my game, the player have 3 chances (lives). When the player loses the game, 1 chance is subtracted from the text object named "txtChances", then a box appears on the screen with a "Restart" button to restart the level. If the player clicks "Restart" the layout will restart. But unfortunately, when the player clicks the restart button, the Global variable that controls the number of chances that the player has will also restart and the player will regain his 3 chances every time that he or she loses. How can I make the number of chances decrease each time that the player loses without resetting the value of the Global variable when the player click the restart button to restart the level?