|
-
Load external music to play in loops??
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);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|