# Fade sound out

**URL:** https://forum.kirupa.com/t/fade-sound-out/38079
**Category:** flash
**Created:** [December 18, 2003, 2:13am UTC](https://forum.kirupa.com/t/fade-sound-out/38079 "2003-12-18T02:13:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jimhere](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jimhere/32/137_2.png) [@jimhere](https://forum.kirupa.com/u/jimhere)
#### Post date: [December 18, 2003, 2:13am UTC](https://forum.kirupa.com/t/fade-sound-out/38079/1 "2003-12-18T02:13:06Z")

</div>

All the links and tips around here show how to fade a sound out, but they all involve buttons or sliders. Is there a way in a frame-AS to start a 5 second fade out on a sound that has been loaded in a new \_level and is activated with:

MySound = new Sound(this);  
MySound.attachSound(“MusicClip”);  
MySound.start(0, 1);  
MySound.setVolume(60);

I can set the overall volume here, but fade it out after it’s been playing for 30 seconds…
