removeAllTweens()

Availability

AS2 and AS3.

Usage

Tweener.removeAllTweens():Boolean;

Parameters

None.

Description

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.

Returns

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

Examples

// Remove all tweenings
Tweener.removeAllTweens(); 

See also

addTween, removeTweens