Adds an event listener.
Object
TimingGroup
a timing group.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the TimingGroup within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| TimingList | readonly | The parent of the TimingGroup (a TimingList). | |
| Number | read/write | The placement of the timing group in the timing list. | |
| Number 1–100 | read/write | The number of times this timing group plays. | |
| Boolean | read/write | Set to true if timing group loops. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| TimingTargets |
readonly | A collection of timing target. |
Methods
→ TimingGroup[]
Resolves the object specifier, creating an array of object references.
Moves the timing group or target to the specified location.
to
LocationOptions
The location in relation to the reference object or within the containing object.
reference?
TimingGroup | TimingTarget | TimingList
The reference object. Note: Required when the to parameter specifies before or after. . Can accept: TimingGroup, TimingTarget or TimingList.
→ void
Deletes the TimingGroup.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the TimingGroup.
→ String
Retrieves the object specifier.
→ void
Unlink all targets in the group into separate groups in this timing list.
Object of 4
Properties elsewhere that hold a TimingGroup.
Parameter of 5
Method parameters that accept a TimingGroup.
Return 13
Methods that return a TimingGroup.