[thelist] Flash MX 2004 - Variables, etc..

ben morrison morrison.ben at gmail.com
Wed Mar 9 13:32:40 CST 2005


you need to test to see wether the variable is loaded.

How are you retrieving the variable?

You could try attaching similar to a MC:

onClipEvent(load) {
  this.loadVariables ("myvariables.txt");
}
onClipEvent(data) {
  _root.myComboBox.text=myTextVar
}

ben


More information about the thelist mailing list