Control the global sound in flash (AS2).
globalSound = new Sound( ); // Doesn't have a target, sets sound to main stage
globalSound .setVolume(0); // Used to control volume…
One I keep forgetting about!
Control the global sound in flash (AS2).
globalSound = new Sound( ); // Doesn't have a target, sets sound to main stage
globalSound .setVolume(0); // Used to control volume…
One I keep forgetting about!
Tags: actionscript 2, as2, control, flash, global, setVolume, sound | Comments (0)


