Ok so i have 3 layers
bottom layer is sound layer where i have imported my background music too.
next 2 layers each have 1 button on them.
I cant for the life of me find any tutorials on the best way to go about having the buttons start and stop the background music. The stop buttom would stop it completly which i am using the following actionscript for
on (release) {
stopAllSounds();
}
but im not sure what i use for the start button that makes the music start again. I dont really care if it starts in the same spot.