TimingLists

A collection of timing lists.

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

TimingList [] (index:Number)

Returns the TimingList with the specified index.

Parameter

Type

Description

index

Number

The index.

TimingList add (triggerEvent:DynamicTriggerEvents, withProperties:Object)

Adds a new event-triggered timing list object.

Parameter

Type

Description

triggerEvent

DynamicTriggerEvents

DynamicTriggerEvents.ON_CLICK

DynamicTriggerEvents.ON_PAGE_CLICK

DynamicTriggerEvents.ON_PAGE_LOAD

DynamicTriggerEvents.ON_RELEASE

DynamicTriggerEvents.ON_ROLLOFF

DynamicTriggerEvents.ON_ROLLOVER

DynamicTriggerEvents.ON_SELF_CLICK

DynamicTriggerEvents.ON_SELF_ROLLOVER

DynamicTriggerEvents.ON_STATE_LOAD

Trigger Event

withProperties

Object

Initial values for properties of the new TimingList (Optional)

TimingList anyItem ()

Returns any TimingList in the collection.

Number count ()

Displays the number of elements in the TimingList.

TimingList everyItem ()

Returns every TimingList in the collection.

TimingList firstItem ()

Returns the first TimingList in the collection.

TimingList item (index:Varies LongInteger String)

Returns the TimingList with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

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

Returns the TimingLists within the specified range.

Parameter

Type

Description

from

LongInteger

TimingList

String

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

to

LongInteger

TimingList

String

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

TimingList lastItem ()

Returns the last TimingList in the collection.

TimingList middleItem ()

Returns the middle TimingList in the collection.

TimingList nextItem (obj:TimingList)

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

Parameter

Type

Description

obj

TimingList

The TimingList whose index comes before the desired TimingList.

TimingList previousItem (obj:TimingList)

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

Parameter

Type

Description

obj

TimingList

The index of the TimingList that follows the desired TimingList.

String toSource ()

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

Object of

TimingSetting.timingLists