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

  1. _root.scoretable.filename = "scores/highscores.sco";
  2. _root.scoretable.scoresize = 21;
  3. _root.scoretable.action = "VIEW";
  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.