getTweens()

Availability

AS2 and AS3.

Usage

Tweener.getTweens(target:Object):Array;

Parameters

target:Object — The target object.

Description

Returns the name of the properties of a given object that have a tweening acting on them. Delayed and paused tweenings are also listed.

Returns

Array — a list of strings containing the name of the properties currently beeing tweened.

Examples

// Say which tweenings an object has
trace ("Object myMC has tywweenings on properties " + Tweener.getTweens(myMC) + ".");

See also

getTweenCount, isTweening