Tweener Documentation
AS2 and AS3.
Tweener.pauseAllTweens():Boolean;
None.
Pauses all tweenings for all objects currently taking place, including tweenings currently delayed. Tweenings that are already paused are not affected. Paused tweenings can be resumed with resumeTweens.
Boolean — true
if any property tweening was successfully paused, false
if otherwise.
// Pauses all tweenings taking place Tweener.pauseTweens();