okay when i put in sound for a movie, how do I make it stop, if I add a new frame after the sound, I can still hear itFlash?????
assuming you are using the Sound() object andhave instantiated sound then you would call
sound.stop(); on the frame you wish the sound to stop.
if you have used another method, then give the sound an instance name and on the frame you would add
instancename.stop();
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment