Hello,
I want my game level to last 1 minute. When that happens a "finish" menu appears with some options.
I'm doing this with a CCDelayTime of 60 seconds and after that a call of the method of that makes the "finish" method appear.
But there's a problem, when I pause the game, the delay time keeps running.
Is there a way of controlling the time so I can pause it too when the "pause" menu appears and retime when the "resume" button is pressed??
Thanks