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. |
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)
|
|
|
|
|
|
|
|
|
A valid conditional lingo expression (must evaluate to TRUE or FALSE).
|
|
Number of times cue will be fired.
|