Tweener Documentation
AS2 and AS3.
Tweener.removeAllTweens():Boolean;
None.
Removes all tweenings, so they're not executed anymore, nor are their events called. All currently existing tweenings are removed, including tweenings currently delayed or paused.
Boolean — true
if any property tweening was successfully removed, false
if otherwise.
// Remove all tweenings Tweener.removeAllTweens();