home *** CD-ROM | disk | FTP | other *** search
- if(_root.user_id == "none")
- {
- getURL("/gijoe/experience/scripts/holder.cfm?action=postscores&gameID=106&score=" + _root.borderDup.score_mc.score_txt.text + "&test=test","");
- stop();
- }
- else
- {
- loadVariablesNum("/gijoe/experience/scripts/scores.cfm?action=postscores&gameID=106&score=" + _root.borderDup.score_mc.score_txt.text + "&test=test",0);
- stop();
- playAgain_btn.onRelease = function()
- {
- _parent._parent.sMusic.stop();
- _parent._parent.fnClearLevel();
- _parent._parent.gotoAndStop("level1");
- gotoAndPlay(118);
- };
- }
-