PDA

View Full Version : High Score Table


d2daj
02-18-2004, 11:55 AM
does anyone know how i can make a high score table for the game that i made with flash?

http://fall-out.w32.net/game.htm

yorkeylady
02-22-2004, 03:46 PM
You can store the data on the client side in a text file with a SharedObject

Tutorial
http://www.actionscripts.org/tutorials/intermediate/SharedObjects/index.shtml

Use a server side script to append a text file when you send the high score. Then load highest scores into the player.

http://www.tek-tips.com you can find perl scripting people who might write it for you.