resumeAllTweens()

Availability

AS2 and AS3.

Usage

Tweener.resumeAllTweens():Boolean;

Parameters

None.

Description

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.

Returns

Boolean — true if any property tweening was successfully resumed, false if otherwise.

Examples

// Resumes all tweenings currently paused
Tweener.resumeAllTweens(); 

See also

addTween, pauseTweens, resumeTweens