PDA

View Full Version : movie events, sorta


uninspired
01-10-2003, 05:16 AM
I'm sure this is really simple, and I feel like I should know it, but I can't figure it out.

Is there a way to tell Actionscript that a movie clip is done playing?

avatar
01-10-2003, 06:58 AM
You can put a variable at the end of the movie and use it where ever you want :)

jcgodart
01-10-2003, 09:02 AM
Hi,

If you want to tell AS to stop playing a mc, just use mc.stop()

If you want to know wheter some mc has reached its last frame, you can test its _currentframe against _totalframes.

Hope this helps,
Jean-Christophe