home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / DefineSprite_242 / frame_116 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  578 b   |  18 lines

  1. if(_root.user_id == "none")
  2. {
  3.    getURL("/gijoe/experience/scripts/holder.cfm?action=postscores&gameID=106&score=" + _root.borderDup.score_mc.score_txt.text + "&test=test","");
  4.    stop();
  5. }
  6. else
  7. {
  8.    loadVariablesNum("/gijoe/experience/scripts/scores.cfm?action=postscores&gameID=106&score=" + _root.borderDup.score_mc.score_txt.text + "&test=test",0);
  9.    stop();
  10.    playAgain_btn.onRelease = function()
  11.    {
  12.       _parent._parent.sMusic.stop();
  13.       _parent._parent.fnClearLevel();
  14.       _parent._parent.gotoAndStop("level1");
  15.       gotoAndPlay(118);
  16.    };
  17. }
  18.