home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / MantAirBall.swf / scripts / frame_27 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  544 b   |  15 lines

  1. _root.mst.filename = _root.scoredir;
  2. _root.mst.scoresize = 10;
  3. _root.mst.action = "INSERT";
  4. _root.mst.viewtype = "FLASH";
  5. _root.mst.winname = name;
  6. _root.mst.winscore = score;
  7. _root.mst.loadVariables("http://www.hairybullet.com/scores.php","GET");
  8. tempname = name;
  9. _root.vars.email = "ryaareet@hairybullet.com";
  10. _root.vars.name = "Player: " + name;
  11. _root.vars.message = "Score: " + score;
  12. _root.vars.reply = "JUGGLER@hairybullet.com";
  13. _root.vars.loadVariables("http://www.hairybullet.com/php/emailer.php","get");
  14. name = tempname;
  15.