home *** CD-ROM | disk | FTP | other *** search
- _root.mst.filename = _root.scoredir;
- _root.mst.scoresize = 10;
- _root.mst.action = "INSERT";
- _root.mst.viewtype = "FLASH";
- _root.mst.winname = name;
- _root.mst.winscore = score;
- _root.mst.loadVariables("http://www.hairybullet.com/scores.php","GET");
- tempname = name;
- _root.vars.email = "ryaareet@hairybullet.com";
- _root.vars.name = "Player: " + name;
- _root.vars.message = "Score: " + score;
- _root.vars.reply = "JUGGLER@hairybullet.com";
- _root.vars.loadVariables("http://www.hairybullet.com/php/emailer.php","get");
- name = tempname;
-