Hello again:
I would like to know if there is a way to implement a countdown global timer that keeps on counting after changing between scenes.
The character is a bomb and you can see the progress of the counter in a status bar and I want the counter to be seen in other scenes.
Thank you very much
Hello thevirtualmadness,
You can use global variable for this because it can be acessed from any scene: Global variables [GDevelop wiki]
I got it using global variables and external events. Thank you very much.