Importing Music

How do i have a little button that has music on / off ??

to stop the sound…

on (release) {
	stopAllSounds();
}

To play sound…

on (release) {
	stopAllSounds();
	tellTarget ("music1") {
		gotoAndPlay(5);
	}
}

hope this helps<:}

u rawk