Quote:
Originally Posted by John
I've had a couple of emails with plenty of games, although a lot of them are just plain awful (or don't have any sort of scoring system in them), I'll try to get started on conversions.
If there are any people out there who are experienced in Flash and are happy to convert games for the v3 Arcade, send me an email and I'll pass on the current code for the system. (At the moment I'm working on several other arcade related modifications - and part of this includes a component for Flash which will take care of this stuff in the future.)
|
can you post that code here?
And thank you for your help with the award display in the member profiles.
Code:
if ( _root.sessionstarted <> 1) {
_root.arcade = new LoadVars();
_root.sessionvars = new LoadVars();
_root.arcade.gamename = target;
_root.arcade.sessdo = sessionstart;
_root.arcade.sendAndLoad("arcade.php",sessionvars,"POST");
_root.sessionstarted = 1;
}
and which code is for the new entry in the highscore?