PDA

View Full Version : How come dynamic text boxes cant show _global.variables?


rustyofco
06-10-2006, 01:36 AM
Or how do you get them to show _global.variables?

lattasource
06-11-2006, 01:33 PM
name the text field(name, not var). Then use AS to feed it the info. Embed fonts if needed.

_global.abc = "this is a test"
testTextField.text = abc