home *** CD-ROM | disk | FTP | other *** search
- _root.scoretable.filename = "scores/highscores.sco";
- _root.scoretable.scoresize = 10;
- _root.scoretable.action = "INSERT";
- _root.scoretable.viewtype = "FLASH";
- _root.scoretable.winname = name;
- _root.scoretable.winscore = score;
- _root.scoretable.loadVariables("http://www.antitudegames.com/scores.php","GET");
- _root.score = 0;
- gotoAndStop(5);
-