PDA

View Full Version : Easy input text question.


_Jay
06-17-2005, 06:46 PM
Easy question:

I have an input text field and I want to assign that instance name to a variable. How exactly do I do that?

var inputText:String = instanceName;

Is that how you do it?

thanks

lelales
06-17-2005, 06:51 PM
The properties pallet has a space for a variable name for input text. Select your textfield then select the poperties window and type your variable name in the var field.

_Jay
06-17-2005, 07:46 PM
thanks! :D