-
1. Re: How to add high scores to my flash game? Not web based.
kglad Jun 6, 2010 4:55 PM (in response to Feed_Me_Info_Plz)you want individuals to play against only their personal high scores or you want to track all player's high scores.
-
2. Re: How to add high scores to my flash game? Not web based.
Feed_Me_Info_Plz Jun 7, 2010 12:45 AM (in response to kglad)I would like all players that achieves a high score to enter a 3 digit name with there score and a button linking to show the high scores. Is it possible in flash.
-
3. Re: How to add high scores to my flash game? Not web based.
kglad Jun 7, 2010 6:02 AM (in response to Feed_Me_Info_Plz)1 person found this helpfulthe scores have to be stored somewhere and they can't be stored in flash. so, you'll need to create an air app that will contact a server and use server-side coding.
-
4. Re: How to add high scores to my flash game? Not web based.
Feed_Me_Info_Plz Jun 7, 2010 6:30 AM (in response to kglad)Thanks is it not possible to create a data notepad doc similar to the PHP that can be created and stored on the hard drive and then accessed and changed later.
-
5. Re: How to add high scores to my flash game? Not web based.
kglad Jun 7, 2010 6:47 AM (in response to Feed_Me_Info_Plz)on whose harddrive? that's the issue.
if i play your game on my computer and store my score on my harddrive, you're not going to have access to it or i have a significant security issue.
-
6. Re: How to add high scores to my flash game? Not web based.
Feed_Me_Info_Plz Jun 7, 2010 9:57 AM (in response to kglad)Sorry let me explain the whole procedure. I have created the SWF and converted it to a EXE. I then used a protection program making it a 30 day trial if not activated with a serial number. I than packed it with a installer prog to extract the file to the installers program files folder with a shortcut to the desktop for execution of the quiz. When it installs it has the terms and conditions which you as the installer will have to agree to before installation can continue. With this I want to know if a notepad file can be created for editing via flash to be extracted in the specific installation directory. It started with a program I have designed for my children having to study for there learners and has developed from there.
-
7. Re: How to add high scores to my flash game? Not web based.
kglad Jun 7, 2010 10:39 AM (in response to Feed_Me_Info_Plz)1 person found this helpfulnot using flash alone.