This content has been marked as final.
Show 3 replies
-
1. Re: Mute button not working
webqaflash Aug 9, 2009 9:43 PM (in response to rlinsurf1)I think you should call the getVolum like this
function muteSound ()this.sound.getVolume()
{
if(!= 0) this.sound.setVolume(0);
else this.sound.setVolume(75);
} -
2. Re: Mute button not working
rlinsurf1 Aug 9, 2009 10:36 PM (in response to webqaflash)Hey
That worked perfectly. Thanks.
-
3. Re: Mute button not working
webqaflash Aug 9, 2009 10:41 PM (in response to rlinsurf1)You are welcome

