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

DART_Events::CounterCue Class Reference

CounterCue triggers a cue when certain counters are reached. More...

List of all members.

Public Member Functions

 new (me)
 getPropertyDescriptionList (aScript)
 CounterCueList ()
 beginSprite (me)
 exitFrame (me)

Private Attributes

 pEnterCue
 CounterCue is listening for this Enter Cue to trigger.

 pCueType
 The type of cue (the basic Counter Cue, the Delay Cue, and the Toggle Cue).

 pParam1
 Integer for count cue, or time (sec) for delay cue.

 pExitCue1
 Primary exit cue that is triggered.

 pExitCue2
 Secondary exit cue that is triggered (only for toggle cue).

 pNumTimes
 Number of times cue will be fired.


Detailed Description

CounterCue triggers a cue when certain counters are reached.

There are 3 types of counter cues (the basic Counter Cue, the Delay Cue, and the Toggle Cue). The Counter Cue counts the number of times a cue fires and when it reaches a specified value, it fires a new cue. The Delay Cue listens for a specific cue, and then waits for a period of time (given in seconds) to fire a second cue. Finally, Toggle Cue listens for a specific cue and then fires one of two other exit cues which are toggled.

Attach this behavior to any sprite.

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::CounterCue::beginSprite me   ) 
 

DART_Events::CounterCue::CounterCueList  ) 
 

DART_Events::CounterCue::exitFrame me   ) 
 

DART_Events::CounterCue::getPropertyDescriptionList aScript   ) 
 

DART_Events::CounterCue::new me   ) 
 


Member Data Documentation

DART_Events::CounterCue::pCueType [private]
 

The type of cue (the basic Counter Cue, the Delay Cue, and the Toggle Cue).

DART_Events::CounterCue::pEnterCue [private]
 

CounterCue is listening for this Enter Cue to trigger.

DART_Events::CounterCue::pExitCue1 [private]
 

Primary exit cue that is triggered.

DART_Events::CounterCue::pExitCue2 [private]
 

Secondary exit cue that is triggered (only for toggle cue).

DART_Events::CounterCue::pNumTimes [private]
 

Number of times cue will be fired.

DART_Events::CounterCue::pParam1 [private]
 

Integer for count cue, or time (sec) for delay cue.


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