This is more about the design of the game. In your events you die and then reset the global variables straight away. What is the variable you are trying to display as the score, is it 'stopwatch' ? You'll need logic to show the score to the player I imagine before you reset, at the moment it all happens a little fast. Maybe when you die you can just add a wait X seconds then reset the global variables.