terrible trouble trying to fade my music up. When the time line enters the frame I have this code to start the music.
mySound = new Sound();
mySound.attachSound("music");
mySound.start("", 999);
the time line moves to the next frame and stops.
Please help.




Reply With Quote