Hi guys,

I have 2 movieclips on stage - "clipA" and "clipB"


Both are animations - at the end of "clipA" - i want to use the AS3 version of _root.clipB.play()

Then at the end of clipB - i want to use _root.thisFunction()

To run a function on the stage.


Thanks for any help!