well, how about telling me that you don't want it automatically started in the beginning?
Change these 4 first lines:
to this:Code:sound = new Sound(); sound.attachSound("mySound"); sound.start(); soundOn = true;
Actionscript Code:sound = new Sound();
sound.attachSound("mySound");
currentPosition = 0;
soundOn = false;




?
... and finally 18 :P
Reply With Quote