pauseAllTweens()

Availability

AS2 and AS3.

Usage

Tweener.pauseAllTweens():Boolean;

Parameters

None.

Description

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.

Returns

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

Examples

// Pauses all tweenings taking place
Tweener.pauseTweens(); 

See also

addTween, pauseTweens, resumeTweens