• 0

flash help


Question

i'm making a flash movie, and i want to load a some variables from a txt file on to the movie, but i'm having problems, here is an example:

txt file

color = "blue";

size = 3;

movie

stop ();

loadVariablesNum ("mconfig.txt", 0);

gotoAndStop (color);

the text file holds variables color and size and the movie stops loads the variables and then it is suppose to go to and stop at the frame label with what ever the variable color holds, in this case blue.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.