I'm NOT trying to store a score I'm trying to store a time, and since the Global Variable is set to 0 it keeps showing zero. My game is time-based so the faster you finish the level the better so I want to keep track of the time when the level ends so I can store how long it took each time but the faster time is stored over the slower time and saved in local storage and displayed in the Fastest time txt.
I have my Game Time witch is tracked by -
"Game Timer: "&Minutes&":"&zeropad(floor(Seconds),2)
Which gives me this 0:00
I feel like I'm bypassing the GV but I don't know how to send it there to store the GV value.
Thank you in advance for your time.