the loop is "beat1"...i cant find the problem w/ this code. when u hit the play button the 1st time, it works fine. once you have stopped it w/ the stop button once, the play button doesnt work anymore.
the code for my play button is:
the code for my stop button is:Code:on (release) {
song = new Sound();
song.attachSound("beat1");
song.start(0, 5);
}
thank you in advance :)Code:on (release) {
stopAllSounds();
}
