Public Member Functions | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
Just subscribe a newValue to the Wizard. | |
endSprite (me) | |
Don't forget to unsubscribe. | |
updateValue (me, newValue) | |
Each time the value is changed we will just set the text of the attached sprite accordingly. |
The textual results will then be displayed in the text field member the behavior is attached to.
This behavior serves as a small examples as how to use the value evaluation facility of the Wizard/Puppet. Needs a running Wizard to work.
Place this behavior on the Wizard on top of a text sprite
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
Just subscribe a newValue to the Wizard.
|
|
Don't forget to unsubscribe.
|
|
|
|
Each time the value is changed we will just set the text of the attached sprite accordingly.
|