Hi,
asking for help (again!)
am having trouble with the loadSound action.
I can make the sound load alright _ but it wont loop, i have been over kenny bellews site 100 times and tried eveything but nothing works. I am trying to make the sound load as the movie loads.
heres the code i am using
myMusic = new sound();
myMusic.loadSound("Another Gangster Loop1.mp3",true);
myMusic.start();
and i have tried to put in the (0,999) at the end of the start as well but its not working.
Any ideas
Thanks
asking for help (again!)
am having trouble with the loadSound action.
I can make the sound load alright _ but it wont loop, i have been over kenny bellews site 100 times and tried eveything but nothing works. I am trying to make the sound load as the movie loads.
heres the code i am using
myMusic = new sound();
myMusic.loadSound("Another Gangster Loop1.mp3",true);
myMusic.start();
and i have tried to put in the (0,999) at the end of the start as well but its not working.
Any ideas
Thanks