AS2 tween – tweener how to intercept when the tween is finished

Sometimes, it is needed to know when the tween animation that we have applied to a MovieClip is finished. This way, we can call other functions and carry out other codes in our Flash project. To intercept the event that is initiated by Tweener at the end of the animation, we need to pass a …