charlie_says Posted May 29, 2014 Share Posted May 29, 2014 Hi,Is it possible to pause and individual sound? (or set its volume to 0)Thanks,Charlie Link to comment Share on other sites More sharing options...
charlie_says Posted May 29, 2014 Author Share Posted May 29, 2014 Sorry - found this (and can't delete) for reference. var sound = game.add.sound('nameOfSound);//sound.play();sound.pause(); Link to comment Share on other sites More sharing options...
j0hnskot Posted May 29, 2014 Share Posted May 29, 2014 Both are possible. pausing the sound :sound.pause();setting the volume:sound.volume=0 Link to comment Share on other sites More sharing options...
Recommended Posts