I have a movie with multiple scenes, each with its own voiceover (separate audio files in each scene). Is there a way to code a mute button that will work across all scenes? Thanks.
Printable View
I have a movie with multiple scenes, each with its own voiceover (separate audio files in each scene). Is there a way to code a mute button that will work across all scenes? Thanks.
just use stopAllSounds();
try this
then on another buttonCode:onClipEvent (press) {
yourmoviecliphere.setVolume(yourmoviecliphere.getVolume()-120) ;
}
Code:onClipEvent (press) {
yourmoviecliphere.setVolume(yourmoviecliphere.getVolume()+120) ;
}