This sounds like it should be a simple solution but for some reason I can’t figure it out for the life of me…
I have a dynamic text box INSIDE of a movie clip…and I have this actionscript attached to the actions layer inside that movie clip:
loadVariablesNum(“bio.txt”, 0);
I set the text box with a variable name of bio, and I have a notepad file (.txt) with a “bio=” at the beginning of the file followed by the actual words. If the textbox existed on the main timeline, this would work. The text would be pulled from the notepad file and would display. However, with the text inside of the movie clip, it does not.
So my question is this: With my textbox INSIDE the movie clip, how do I make it so it will still pull the text from the notepad file and display it?
Hopefully somebody can help me out. Thanks.