Aight homies, here is my site:
I know the music stops, but I haven’t really figured it out yet. The code is:
music = new Sound();
music.setVolume(25);
music.loadSound("http://www.freewebs.com/ahdesign/intro.mp3", true);
music.start(0, 999999);
I want it to loop, but it’s not. :puzzle:
And I just noticed, the preloader doesn’t really work. It loads, and then it shows up and tells me the entire thing loaded. I gotta figure it out.
So, I need some advice. Is there anything wrong? And when I say “anything,” I’m talking ANYTHING here. Be really honest, and bash it as much as you can.