Go Back   kirupaForum > Flash > Flash 8 (and earlier)

Reply
 
Thread Tools Display Modes
Old 07-31-2009, 06:00 PM   #1
lorelei
Lost in the Flash Abyss..
 
lorelei's Avatar
Location Desert Hideout

Posts 106
Fade out sound clip without a button

Hey, I have an animation with some sound attached to it from the library. I want to fade out the sound when the animation ends.. How do I do this? My code for starting the sound is:

var music:Sound = new Sound();
music.attachSound("mySound");
music.start(0, 5);

Thanks for any advise!
lorelei is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Old 07-31-2009, 06:51 PM   #2
neilmmm
Registered User
 
neilmmm's Avatar
Code:
var music:Sound = new Sound(this);
music.attachSound("mySound");
music.start(0, 5);
_root.onEnterFrame = function() {
 var soundlevel:Number = music.getVolume();
 soundlevel -= 5;
 music.setVolume(soundlevel);
 if (soundlevel<=0) {
  delete this.onEnterFrame;
 }
};
put code in appropriate place
neilmmm is offline   Reply With Quote
Old 07-31-2009, 07:03 PM   #3
lorelei
Lost in the Flash Abyss..
 
lorelei's Avatar
Location Desert Hideout

Posts 106
Thanks for the code! Stops the sound but does not fade it out..what should I do to have it fade out slowly?
lorelei is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:07 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com