Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problems with loadVariablesNum

Status
Not open for further replies.

orangeblue

Programmer
Nov 26, 2002
107
0
0
GB
Hi

Basiclly i have a mc in in which there is a text box. The data is taken from text file using loadVariablesNum("news.txt", 0);



the problem i am having is that i can't get the data to load into the movieclip.

I got rid of the movieclip and use the _root and it works fine.

anyone got any suggestions
thanks
 
Inside the MC with the text box add this:

Code:
textBoxName.text = _level0.varName;

hope it helps.

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top