TheAwake
Programmer
- Jul 28, 2003
- 37
Dont hit me, I guess this has been asked often, but I wasnt able to find an answer to this...
I have 2 scenes, each containing a textfield ("news" and "rules"
. I have a menu to be able to go from one scene to the other and back.
In the 1st scene, I wrote [loadVariables ("news.txt", ""
;] into the actionscript (without the[] of course).
That works fine.
But if I go tot he 2nd scene, where I wrote
[loadVariables ("rules.txt", ""
;] into the actionscript,
it still displays the news.txt...
Any ideas how I could fix that?
(Oh, and I plan to do about 5 more such scenes&textfields)
I have 2 scenes, each containing a textfield ("news" and "rules"
In the 1st scene, I wrote [loadVariables ("news.txt", ""
That works fine.
But if I go tot he 2nd scene, where I wrote
[loadVariables ("rules.txt", ""
it still displays the news.txt...
Any ideas how I could fix that?
(Oh, and I plan to do about 5 more such scenes&textfields)