mute button

Subscribe to mute button 3 posts

avatar for phore_eyes phore_eyes 427 posts
Flag Post

k well i’m adding sound to my games today but i want to know how to make a mute button

 
avatar for dx0ne dx0ne 100 posts
Flag Post

one way is to play sound not directly but trough some function and in it check if mute==true. if so do nothing.

 
avatar for ch00se ch00se 98 posts
Flag Post

You can see the code for how I handle music functions <a href = “http://www.fantasticchoice.com/jukebox.php&#8221;&gt;here. (scroll down to see code)

For mute I am basically doing what dxOne talked about.