[SOLVED] How to stop timer reset when starting a new scene

Im afraid timers are a bad choice for multible scenes.
its better for you to use a global variable and add TimeDelta() to it and use the variable as timer.

2 Likes