Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | Related Pages

DART_Events::TimeCue Class Reference

Fires cues depending on the current DART-Time - the cue can be instructed to fire a series of cues starting at a certain time with a certain interval time. More...

List of all members.

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.


Detailed Description

Fires cues depending on the current DART-Time - the cue can be instructed to fire a series of cues starting at a certain time with a certain interval time.

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)


Member Function Documentation

DART_Events::TimeCue::beginSprite me   ) 
 

DART_Events::TimeCue::enterframe me   ) 
 

DART_Events::TimeCue::getPropertyDescriptionList aScript   ) 
 

DART_Events::TimeCue::new me   ) 
 


Member Data Documentation

DART_Events::TimeCue::ancestor [private]
 

We inherit the CueName and Wizardable stuff from the Cue-Parent script.

DART_Events::TimeCue::CurrentDARTTime
 

Global DARTTime.

DART_Events::TimeCue::pInterval [private]
 

Time in seconds when cue will fire again.

DART_Events::TimeCue::pNoOfRepetitions [private]
 

No of repetions that the cue will be fired.

DART_Events::TimeCue::pRelative [private]
 

Is the given time relative to the beginSprite or the beginning of the movie?

DART_Events::TimeCue::pStartTime [private]
 

Time in seconds when the cue is fired.


Generated on Fri Oct 8 16:38:01 2004 for DART-Lingo by doxygen 1.3.7