Question
update variable from a textfile?
How can I update a variable from a textfile into a frame? The
hard part is that I want to keep the same variables in the
textfiles and I want only change the textfile name.
example script on a frame,
new loadVariablesNum(page);
page = loadVariablesNum("data/img_autonoom.txt", 0);
variable example is from a textfile is &link1, &link2 and that I will use for my movieclips as _root.link1 _root.link2 etc.
already thanks for your time!
example script on a frame,
new loadVariablesNum(page);
page = loadVariablesNum("data/img_autonoom.txt", 0);
variable example is from a textfile is &link1, &link2 and that I will use for my movieclips as _root.link1 _root.link2 etc.
already thanks for your time!