TimingGroups

A collection of timing data objects.

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

TimingGroup [] (index:Number)

Returns the TimingGroup with the specified index.

Parameter

Type

Description

index

Number

The index.

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

Adds a new timing group.

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 TimingGroup (Optional)

TimingGroup anyItem ()

Returns any TimingGroup in the collection.

Number count ()

Displays the number of elements in the TimingGroup.

TimingGroup everyItem ()

Returns every TimingGroup in the collection.

TimingGroup firstItem ()

Returns the first TimingGroup in the collection.

TimingGroup item (index:Varies LongInteger String)

Returns the TimingGroup with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

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

Returns the TimingGroups within the specified range.

Parameter

Type

Description

from

LongInteger

TimingGroup

String

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

to

LongInteger

TimingGroup

String

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

TimingGroup lastItem ()

Returns the last TimingGroup in the collection.

TimingGroup middleItem ()

Returns the middle TimingGroup in the collection.

TimingGroup nextItem (obj:TimingGroup)

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

Parameter

Type

Description

obj

TimingGroup

The TimingGroup whose index comes before the desired TimingGroup.

TimingGroup previousItem (obj:TimingGroup)

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

Parameter

Type

Description

obj

TimingGroup

The index of the TimingGroup that follows the desired TimingGroup.

String toSource ()

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

Object of

TimingList.timingGroups