Hello, I usually don't ask for help but after 72 hours of searching trying, and failing I have become very stressed. So I am asking for some help please.
Ok, I have been making a game for the HBGames.org's BUILD & WIN Construct 2 Contest. So far my game has 5 levels, and what I am trying to do is add a simple timer to act as a scoring system.
After many failed attempts at this I finally got close when I found this thread Restting Local Variables were Kyatric posted this commented capx.
So what I used from it was I made 2 global variables one named Score this one is a text variable, and the other named TimeLevel this one is a number variable.
The timer works great, and resets to 0 after each level then adds the levels time to the Score variable. But at the end of the game when you are taken to a score page instead of adding up all the level scores it just lists them in order next to each other like 34, 56, 72, ect.
So my question is what am I doing wrong? :( How do I make each level score add onto each other to get a total game time to display on the score page?
Any Help would be greatly appreciated like I said earlier I don't like to ask for help but I really need it.