PDA

View Full Version : AS3 Database



Jovan.74
April 17th, 2010, 08:31 AM
Hello to everyone... i don't speak english very well, but i hope you will understand me :)

So I am making a game... i want to save my score in any file from my computer... so can somebody tell me how to send my variable to a file in my computer... ??? thanks :worried:

lewi-p
April 17th, 2010, 11:20 AM
Have a look into using SharedObjects. It's a file that you can store data in; Strings, Numbers, Arrays, Objects etc etc. Its stored on the users machine where the SWF is being run.

lewi-p