AS2 Tutorial: Saving User's Game Progress in Flash
por DPbrad
AS2 Tutorial: Saving User's Game Progress in Flash
Etiquetas para AS2 Tutorial: Saving User's Game Progress in Flash
Descripción
A tutorial on how to save game data, load data and use it using SharedObjects.
Cómo jugar
Click-through
Comentarios
DrYoshiyahu
Oct. 01, 2011
Just a note to anyone who wants to just copy and paste this code and change the variable names. Check the left hand side of your code, make sure that you don't have a whole lot of spaces but actually a tab. You'll know if you get a syntax error.
DrYoshiyahu
Jul. 04, 2011
I waws wondering this for a long time and then I saw this on your profile. Bookmarked. ;)
DPbrad
Feb. 11, 2010
Well, I still use AS2 because Im still running on Flash MX 2004. I did have Flash CS4, but my computers in for repair so the old MX 2004 it is for a few months :)
nymall
Feb. 25, 2010
AS2 is "technically" obsolete, but if you're anything other then a mainstream programming guru, it's easier to use AS2 then AS3. They're both Object Oriented, but AS2 is more natural.(Personal Opinion)
BarbarianBabez
Oct. 26, 2013
the code works fine but how do you tell it WHEN to write to the file? changing cash variable, closing the game, and restarting the game shows no data saved.