Tweener Documentation
AS2 and AS3.
Tweener.resumeAllTweens():Boolean;
None.
Resumes all tweenings that have been paused with pauseTweens. All currently paused tweenings are resumed, including tweenings currently delayed. Tweenings that are already playing are not affected.
Boolean — true
if any property tweening was successfully resumed, false
if otherwise.
// Resumes all tweenings currently paused Tweener.resumeAllTweens();