Question
please help - little question
Hi,
Does any one know how I can get my externally loaded sound to loop?
this is the code I have put together for the sound:
var shopMusic = new Sound (this);
shopMusic.loadSound ("RedCat.mp3", true);
shopMusic.setVolume (50);
Would be greatful for any help.
Thanks.
Does any one know how I can get my externally loaded sound to loop?
this is the code I have put together for the sound:
var shopMusic = new Sound (this);
shopMusic.loadSound ("RedCat.mp3", true);
shopMusic.setVolume (50);
Would be greatful for any help.
Thanks.