How do I stop the sound of the "every x seconds function", i use "STOP ALL" and All sounds are not heard but the sound of the function "every x seconds" still sounds.
sorry by my bad english.
thanks.
Develop games in your browser. Powerful, performant & highly capable.
Create a global text variable.. StopAllSounds = "no"
Then when you STOP ALL sounds.. set StopAllSounds = "yes"
Then you can use that with every x seconds like..
+Every x seconds
+StopAllSounds = "no"