i’ve looked on the site and it doesn’t quite have what i need (great site btw)
anyway this is what im looking for.
actionscript 2 for;
a [COLOR=Red]stand alone[/COLOR] flash program
that [COLOR=Red]several users[/COLOR] can log on
and [COLOR=Red]multiple accounts[/COLOR] can be made
and it will [COLOR=Red]save and remember[/COLOR] where the user was if they log in again
basically i’m making a puzzle flash game
if they finish level 1 level 2 gets unlocked and level 3 after level 2 is complete.
i’m thinking of heading on the lines of
if the user logs on and plays the variables (level 1, level 2, level 3) change from false to true until they complete the previous level (with the exception of level 1 always being true)
then when logging on again [COLOR=Red]if the name and password is the same as previously used then they will be able to resume [/COLOR]from either level 1 2 or 3 (they will have to start from the beginning of the puzzle naturally, not from their last move)
so is there any way to do this [COLOR=Red]without mySQL and without PHP?[/COLOR] or do i have to use them? because i’m using a stand alone flash file and [COLOR=Red]at most[/COLOR] use a simple .txt or an .xml file.
[COLOR=Red]also its preferred that all scripting done on the first frame and not on buttons and using instance names not the var box down in the bottom right hand corner.[/COLOR]
(if not ill translate it on my own)
fast help will be greatly appreciated
thanks in advance!!
z~
PS im not a flash wiz or anything… i just know the basics…