hey every1,
I wanted to know who to make a loaded mp3 song or sound loop, the script which I’m using right now is pretty simple…
on (release) {
mySound = new Sound();
mySound.loadSound(“music.mp3”, true);
}
hey every1,
I wanted to know who to make a loaded mp3 song or sound loop, the script which I’m using right now is pretty simple…
on (release) {
mySound = new Sound();
mySound.loadSound(“music.mp3”, true);
}
:: Copyright KIRUPA 2024 //--