Flash sound Q
Flash sound Q
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- contra0
Thanks, found a way of targetting a specific clip in the Moock book...
var mySound = new Sound(theclip_mc);
mySound.setVolume (0 - 100);Now I just need to build a slider and I'm there :|