Firstly I am still very new to flash and I have searched the forum, but can not find any solutions that work for me.
I have a movie clip with a sound in it, that plays once, each time the movie loops the sound is played again.
I want to put a button on the movie, that the user can click to stop the sound the next time and the next, etc the movie loops around.
I have read about:
on (release) {
stopAllSounds();
}
But that doesn’t work.
Could someone please point me in the right direction.