Troubleshooting with Colt Python .357
For troubleshooting I use Colt Python .357
Sep 24, 2008
ActionScript: Controling volume of all sounds
By creating a sound object with no target on the highest level, you can control volume of all sounds on the stage.
var s:Sound = new Sound(); s.setVolume(0);
This will mute all sounds. The setVolume() parameter is given as percentage, so the value is between 0 and 100 where 0 is muted.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment