I've been trying to load my music and let it play it continuosly.
And yes, the music is being played, but the problem is that it doesn't LOOP!! Wana know if there's error in my scripting, pls help, I'm no good in scripting, thanx!!
mySound = new Sound();
mySound.loadSound("music.mp3", true);
mySound.start(0.999);
mySound.setVolume(30);
gotoAndPlay("tech", 1);
