Hi
I’m having some difficulties on checking when an animation in a movieclip is finished. It’s not a tween, otherwise I could make a tween handler with the “onMotionFinished”-property. My situation is different.
My movieclip has 60 frames with each frame containing a 3D image. These 60 frames make the impression that a die is rotated in 3D.
How do I check in the actions of my scene (root) when the animation is finished?
I already tried making an interval that constantly polls if a variable “finished” is set to true (which the movieclip sets to true on its last frame).
This solution isn’t really accurate enough due to the interval number.
Setting the interval to 1 millisecond won’t do any good either.
Is there a listener object or something else that makes this possible?
On my last frame of the movieclip is a stop() statement which might be polled by a listener?
Thanks for your advice
Arcko D