Hi!! I'm doing one of those millionaire games ... I would like to push some data for the questions, that would save me some space, importing the questions from a .txt, but I dunno how to do that? Can u help me? thanx
Printable View
Hi!! I'm doing one of those millionaire games ... I would like to push some data for the questions, that would save me some space, importing the questions from a .txt, but I dunno how to do that? Can u help me? thanx
I haven't had much practice in this but i've had it working b4. Arange all your questions in the .txt file as
qa=whatever question is?&qb=whatever question is?&qc=whatever question is?
etc. making a new letter after q for each question. then code in the flash to load the variables,
Load Variables ("whatever.txt", 1)
then create text fields named qa - qz or whatever else you have in mind.