So my countdown timer and the beep sound playing at each second work fine. It plays a different sound from 8 to 3, then a different one from 3 to 0.
The only problem is that when the countdown ends and the scene restarts, the sounds no longer play. How do I fix that given this events sheet?
PS: I know there are simpler set of events to create a countdown timer but:
-
ChatGPT guided me at first
-
Timer being a variable helps me with adding to the timer when Player collides with certain Coin objects, unlike the built-in Timer (tho if there’s a way to do that with built-in Timer I’d be happy to learn)