TimingTargets

A collection of timing target.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

TimingTarget [] (index:Number)

Returns the TimingTarget with the specified index.

Parameter

Type

Description

index

Number

The index.

TimingTarget add (dynamicTarget:Varies Behavior Graphic PageItem MediaItem, [delaySeconds:Number=Number], withProperties:Object)

Adds a new target item.

Parameter

Type

Description

dynamicTarget

Behavior

Graphic

PageItem

MediaItem

A page item target that is an animation, media, or mso. Can accept: PageItem, Graphic, Behavior or MediaItem.

delaySeconds

Number

The time delay in seconds for a target. (Optional)

(default: 0)

withProperties

Object

Initial values for properties of the new TimingTarget (Optional)

TimingTarget anyItem ()

Returns any TimingTarget in the collection.

Number count ()

Displays the number of elements in the TimingTarget.

TimingTarget everyItem ()

Returns every TimingTarget in the collection.

TimingTarget firstItem ()

Returns the first TimingTarget in the collection.

TimingTarget item (index:Varies LongInteger String)

Returns the TimingTarget with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

TimingTarget itemByRange (from:Varies LongInteger TimingTarget String, to:Varies LongInteger TimingTarget String)

Returns the TimingTargets within the specified range.

Parameter

Type

Description

from

LongInteger

TimingTarget

String

The TimingTarget, index, or name at the beginning of the range. Can accept: TimingTarget, Long Integer or String.

to

LongInteger

TimingTarget

String

The TimingTarget, index, or name at the end of the range. Can accept: TimingTarget, Long Integer or String.

TimingTarget lastItem ()

Returns the last TimingTarget in the collection.

TimingTarget middleItem ()

Returns the middle TimingTarget in the collection.

TimingTarget nextItem (obj:TimingTarget)

Returns the TimingTarget whose index follows the specified TimingTarget in the collection.

Parameter

Type

Description

obj

TimingTarget

The TimingTarget whose index comes before the desired TimingTarget.

TimingTarget previousItem (obj:TimingTarget)

Returns the TimingTarget with the index previous to the specified index.

Parameter

Type

Description

obj

TimingTarget

The index of the TimingTarget that follows the desired TimingTarget.

String toSource ()

Generates a string which, if executed, will return the TimingTarget.

Object of

TimingGroup.timingTargets