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

DART_Events::ConditionalCue Class Reference

ConditionalCue triggers a cue when the Lingo expression given is true. More...

List of all members.

Public Member Functions

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

Private Attributes

 pExpression
 A valid conditional lingo expression (must evaluate to TRUE or FALSE).

 pNumTimes
 Number of times cue will be fired.


Detailed Description

ConditionalCue triggers a cue when the Lingo expression given is true.

The line of lingo code must be valid and execute to a simple True or False (basic IF statements). If the statement is true, the cue is fired.

Attach this behavior to any sprite.

/b Examples myVariable = "blah" -- Fires when myVariable becomes "blah" getAProp(globalVarList, "myState") = 4 -- Fires when "myState" within the globalVarList is 4 (the globals).getProp(#gVideoCaptureOnScore) --Fires if VideoCapture is happening on the score

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

DART_Events::ConditionalCue::exitFrame me   ) 
 

DART_Events::ConditionalCue::getPropertyDescriptionList aScript   ) 
 

DART_Events::ConditionalCue::new me   ) 
 


Member Data Documentation

DART_Events::ConditionalCue::pExpression [private]
 

A valid conditional lingo expression (must evaluate to TRUE or FALSE).

DART_Events::ConditionalCue::pNumTimes [private]
 

Number of times cue will be fired.


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