home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / breakawish.swf / scripts / DefineSprite_1349 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  612 b   |  23 lines

  1. if(yy.savescore == 1)
  2. {
  3.    if(ipb_score == undefined)
  4.    {
  5.       ipb_score = eval(_global.ipb_scoreVar);
  6.    }
  7.    xx = new LoadVars();
  8.    xx.arcadegid = _root.ibpro_gameid;
  9.    xx.gscore = ipb_score;
  10.    xx.gname = _global.ipb_get_gname();
  11.    xx.enscore = ipb_score * yy.randchar ^ yy.randchar2;
  12.    xx.send("index.php?autocom=arcade&do=savescore","_self","POST");
  13.    stop();
  14. }
  15. _global.ipbSend = function(ipb_score)
  16. {
  17.    _root._visible = false;
  18.    _root.enabled = false;
  19.    xx = new LoadVars();
  20.    yy = new LoadVars();
  21.    xx.sendAndLoad("index.php?autocom=arcade&do=verifyscore",yy,"POST");
  22. };
  23.