Saved games

Hmmmmmm, for no apparent reason I was just thinking about it, and…

Is there any way you can save flash game? (maybe with some action scripting? Maybe giving the user a password every few scenes [levels]) I’m thinking about it in adventure games, maybe rpgs? I’m not really sure…

Gimme some feedback on the situation…

Thanks
KoRRupt

well in my game you get a password every couple of levels… there should be other ways but i think they could involve server-side scripting and stuff like that…

Ya, passwords are the only way I can come up with…

By the way, would you mind if I checked out your game? (Need a link…)

KoRRupt

well this one’s got some bugs in it and such, and im working on v2 now, which is gonna be all in isometric :beam:

my cheesy game

Dude, that game kicks ***… =)

It took me like 5 times to beat level 1…

I’d show you mine but compared to yours you’d think it was a joke :slight_smile:

Peace man,
KoRRupt

thanks :slight_smile:
well i know, its pretty hard to beat… that made people dislike it it… weird thing is, it was way harder when i first made it, and… i find it pretty easy lol…

oh… and… i’d still like to see your game :slight_smile:

Fun game… Tried three times and got 157, 33/51… Wish you have more levels… :wink:

One time, my tank became a fur ball like sprite, and i wasn’t able to get the tank to shoot… Is it the feature or a bug??? :wink:

a bug :beam:… one i couldnt fix… version 2 will have far more levels hopefully… and fewer bugs :slight_smile:

Hehe… Looking forward to V2… =)

Ehhhemm…

btw… I do have an idea for a good saved game type thing…

COOKIES!

When you send out the request it goes to the php file and saves a cookie with your username and current level and score… 3 cookie varaibles… No big deal… Or you can store it in a text file or database… All of these possible :wink:

Hmmm…

Cookies or text files seem like a really good idea…

I’ll have to think about adding that in when I get father in production…

Cheers,
KoRRupt

Personally I’d suggest text files… Simple and easy to use… :slight_smile:

Cookies can get deeted by the client and everything… So… :sigh:

Ya, and I’m not exactly familiar with cookies and how to set them and what not :-\ :stuck_out_tongue:

KoRRupt

Ya… hehe… Just a simple php script that would load values in from a text file and then send them via print would work out very well.

Then you can have the php script do all the work and not flash… php scripts seem to go faster… Well…D epends on how you look at it… :sigh: hehe

Hehe…

I’d have to get a little help on the php, but it would be better than cookies, since they can be deleted so easily. (And sometimes automatically)

KoRRupt