Hello,
I'am making a game and i have a song playing on the background.
problem is I have a pause button zo i should be able to pause the song. (not stop and start again)
I work with a variable for pause, so the music should play when pause=0
and pause when pause=1
anyone can help me with this?
Arne
Offline
Zottenpedj wrote:
Hello,
I'am making a game and i have a song playing on the background.
problem is I have a pause button zo i should be able to pause the song. (not stop and start again)
I work with a variable for pause, so the music should play when pause=0
and pause when pause=1
anyone can help me with this?
Arne
Yes, I can. One way that you could about doing this is:
when gf clicked forever if <(pause) = (1)> set volume to (0) % else set volume to (100) % end
Offline