Continous sound through scenes

Hi

I’ve been experimenting with scenes a bit latly, just to help keep my work organised. But using…

stop();
play.onRelease = function() {
	mySound = new Sound();
	mySound.loadSound("Music.mp3", true);
};

I can play music. Only when the animation changes scene the music stops.

Can anyone help me find a way to make the music follow through my scenes?

Cheers

Mark


IPAD CASES