how do i add a mute button to my game? i've tried -
when gf clicked forever if <(music) = [yes]> play sound [music v] until done else stop all soundsand it just plays until the music is done, then stops. if i use
play sound [music v]it just keeps repeating the first sound.
Offline
destructo-serpent wrote:
how do i add a mute button to my game? i've tried -
when gf clicked forever if <(music) = [yes]> play sound [music v] until done else stop all soundsand it just plays until the music is done, then stops. if i useplay sound [music v]it just keeps repeating the first sound.
help?
Well, here's a variation that could work:
when gf clicked forever play sound [music v] until done
when gf clicked forever if <not <(music) = [yes]>> stop all pinks//This should be [Stop all sounds]. end
Last edited by ErnieParke (2013-02-09 19:31:43)
Offline