home *** CD-ROM | disk | FTP | other *** search
- stop();
- var highscore = Number(this._parent.endScore_txt.text);
- if(highscore <= 0)
- {
- this._visible = false;
- }
- submit_btn.onRelease = function()
- {
- gotoAndStop("submit");
- };
- trace(highscore);
- trace("http://www.freeworldgroup.com/score/index.asp?game=" + manage.GameManage.gameName);
-