Kahrax
06-09-2001, 01:45 PM
I have a textfile named "welcome.txt". Inside the text file it says: Message=Hello world
Inside my flash animation I have a textbox with variable set to "text". Then I have this code in my first frame of the scene (the scene is one frame long):
loadVariables ("Welcome.txt","0");
text = Message:
But it does NOT show up when I test my movie! My textbox i BLANK?? Why? What did I do wrong?
Inside my flash animation I have a textbox with variable set to "text". Then I have this code in my first frame of the scene (the scene is one frame long):
loadVariables ("Welcome.txt","0");
text = Message:
But it does NOT show up when I test my movie! My textbox i BLANK?? Why? What did I do wrong?