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
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.