Hey Guys,
I am currently using AS to call a sound object:
onClipEvent (load) {
homeSound = new Sound(this);
homeSound.attachSound("homemusic");
homeSound.start(0, 99);
homeSound.setVolume(0);
}
onClipEvent (enterFrame) {
homeSound.setVolume(_root.volume);
}
[color=#006400][/color]
[color=black]I am also currently using a Volume Slider. It works great and it adjusts the Volume properly, but what I would like to do is to make the sound fade in; maybe by dynamically moving the Volume Slider some how (to about 50%, maybe over 50-65 frames). You can see the Volume Control slider in action by visiting my site (click my logo below).[/color]