In AS 2 is there an on complete handler for tweens?
For example I’m using something like
new Tween(_root.mainClip.galleryFace, "_x", Strong.easeOut, _root.mainClip.galleryFace._x, -imgPosition[p], 1.75, true);
I want to know then the clip has reach it’s destination and don’t see anything in the documentation.
Tweener has an onComplete parameter but that’s using AS 3.
Thanks in advance.