İlerlemeni kaydetmek ve puan kazanmak için giriş yap!
AS2 Tutorial: Saving User's Game Progress in Flash

AS2 Tutorial: Saving User's Game Progress in Flash

yapan DPbrad

Loading ad...

AS2 Tutorial: Saving User's Game Progress in Flash

Puan:
2.8
Yayınlanma tarihi: February 11, 2010
Son güncelleme: February 11, 2010
Geliştirici: DPbrad

AS2 Tutorial: Saving User's Game Progress in Flash için Etiketler

Açıklama

A tutorial on how to save game data, load data and use it using SharedObjects.

Nasıl Oynanır

Click-through

Yorumlar

0/1000
DrYoshiyahu avatar

DrYoshiyahu

Oct. 01, 2011

2
0

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 avatar

DrYoshiyahu

Jul. 04, 2011

1
0

I waws wondering this for a long time and then I saw this on your profile. Bookmarked. ;)

DPbrad avatar

DPbrad

Feb. 11, 2010

1
0

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 avatar

nymall

Feb. 25, 2010

3
2

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 avatar

BarbarianBabez

Oct. 26, 2013

0
0

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.