Change how GS counts?
Hey guys I'm trying to build a clock into a score... so for example 3:45 would be a score. I have this currently built and it is working.. but I am having problems with the high scoring and saving the high score. Because the hour and the minute are two separate integers.
My question is, is it possible to change the way GS counts. So instead of needing two integers I need to have only one. So that way instead of GS counting to 99 to change to 100, GS would only need to go to 59. This way I could make my clock and score save perfectly. So it would count up as one number but skip the 60-99. Possible?
Thanks guys!
Rob
My question is, is it possible to change the way GS counts. So instead of needing two integers I need to have only one. So that way instead of GS counting to 99 to change to 100, GS would only need to go to 59. This way I could make my clock and score save perfectly. So it would count up as one number but skip the 60-99. Possible?
Thanks guys!
Rob
Comments
Well something like that if your still using two integers