how can i check if my sound is still playing?
i am using this:
[COLOR=blue]mysound = new Sound();
mysound.loadSound(“mySound.mp3”, true);[/COLOR]
[COLOR=#0000ff][/COLOR]
[COLOR=#0000ff] [/COLOR][COLOR=black](I[/COLOR][COLOR=black] have another MC that i want to stop when the sound ends.)[/COLOR]
can anybodey help me?