Question

My game program is running two timers at a time. For showing timer logic and game logic. As far as now, no problems. Both seems to be working fine. Can it be there or will it create any problems or crash at any point of time? When i want to stop the timers at a time, can i just 'invalidate' both timers at a time? Does anyone has suggestion on this?

thank you.

Was it helpful?

Solution

You should be able to create as many timers as you need and invalidate any of them as needed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top