Hey everyone, I’m needing a few pointers for a uni project I’m working on just now. My understanding of AS is very basic and I’m needing some help with this, I’ve got to create a Flash movie that quizzes the user through the Learning Interactions in Flash 8 and saves their data/scores to a text file.
My understanding of AS would lead me to believe that I’d have to get data from the user, such as their name, set it as a variable and save that to say a .txt file and then record their scores for each ‘quiz’ under this. How is this kind of thing possible to do? Is it possible? Any pointers/scripting is very much appreciated
You would have to use a backend language, I suggest PHP, to actually write data to a file on a server. Unfortunately, flash cannot do it alone. Sorry, but I dont know of any such tutorials. ;(