Closed matthijn closed 10 years ago
When going to the background and returning the timer continues where it left off, it should continue to "count down" in background. This can be achieved by getting the internal time @ start and subtract current time from it.
Could be done at every frame update:(ccTime)dt or something?
When going to the background and returning the timer continues where it left off, it should continue to "count down" in background. This can be achieved by getting the internal time @ start and subtract current time from it.