|
|||
|
I have a swf file game that shows you the highest score that you've got and keeps it there even if you close the game/pc and open it back up again, the high score is still there. How do I turn the swf file game into a exe file game and still have the ability to keep the high score there without needing the swf file there to make the exe work right.
|
|
|||
|
Are you using SharedObject? The followng tutorial is about sharedobject with swfkit:
http://www.swfkit.com/swfkit/doc/manual/node53.html |
|
|||
|
Heres the link to get it "the swf file."
|
|
|||
|
You only need to change your shard object accessing code to
Code:
game_so = SharedObject.getLocal("game_so.neaveSimon.company", "/");
|
|
|||
|
Yes, in actionscript, your original code is:
Code:
game_so = SharedObject.getLocal("neaveSimon);
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|