I need a little help. I used your code with my animation, (changing all the variable names so it would work) and it works initially. However, there's a point in the animation where I pause the sound for a few frames and then restart it. The code I have for the frame it starts up again is this:
ActionScript Code:
myChannel = myAudio.play(myPausePosition, 1, trans)
(Where "trans" refers to the same variable as before) But it doesn't fade the sound in again. It just resumes it, but with a much quieter volume. I'm pretty new to actionscript, so I can use some help figuring out how to fix this.
Also, I want to fade out the music later, so I just copied your code and changed things around a bit, but it's not working. If someone could tell me how they would do it, that would be a big help too.