Public Member Functions | |
new (me) | |
beginSprite (me) | |
getPropertyDescriptionList (aScript) | |
enterframe (me) | |
Public Attributes | |
CurrentDARTTime | |
Global DARTTime. | |
Private Attributes | |
pStartTime | |
Time in seconds when the cue is fired. | |
pInterval | |
Time in seconds when cue will fire again. | |
pNoOfRepetitions | |
No of repetions that the cue will be fired. | |
pRelative | |
Is the given time relative to the beginSprite or the beginning of the movie? | |
ancestor | |
We inherit the CueName and Wizardable stuff from the Cue-Parent script. |
All time values for this cue are to be given in seconds.
Example
This will lead the cue to be fired at the following times relatively to the start of the movie:
15, 17, 19, 21, 23, 25
Assuming that the sprite was started at time = 5s this will lead the cue to be fired at the following times relatively to the start of the movie:
20, 23, 26, 29, 32, 33, ...
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
We inherit the CueName and Wizardable stuff from the Cue-Parent script.
|
|
Global DARTTime.
|
|
Time in seconds when cue will fire again.
|
|
No of repetions that the cue will be fired.
|
|
Is the given time relative to the beginSprite or the beginning of the movie?
|
|
Time in seconds when the cue is fired.
|