home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  350 b   |  10 lines

  1. _root.scoretable.filename = "scores/highscores.sco";
  2. _root.scoretable.scoresize = 10;
  3. _root.scoretable.action = "INSERT";
  4. _root.scoretable.viewtype = "FLASH";
  5. _root.scoretable.winname = name;
  6. _root.scoretable.winscore = score;
  7. _root.scoretable.loadVariables("http://www.antitudegames.com/scores.php","GET");
  8. _root.score = 0;
  9. gotoAndStop(5);
  10.