home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / Money-Money.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2005-08-19  |  341 b   |  10 lines

  1. scrittahome._visible = false;
  2. scrittaplayagain._visible = false;
  3. _root.score = _root.prese;
  4. _root.scoretable.filename = "scores/mmm.sco";
  5. _root.scoretable.scoresize = 10;
  6. _root.scoretable.action = "VIEW";
  7. _root.scoretable.viewtype = "FLASH";
  8. _root.scoretable.loadVariables("http://www.naive.it/mmm/scores.php","GET");
  9. _root.stop();
  10.