home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / FishyHop.swf / scripts / DefineSprite_270 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-05  |  299 b   |  13 lines

  1. stop();
  2. var highscore = Number(this._parent.endScore_txt.text);
  3. if(highscore <= 0)
  4. {
  5.    this._visible = false;
  6. }
  7. submit_btn.onRelease = function()
  8. {
  9.    gotoAndStop("submit");
  10. };
  11. trace(highscore);
  12. trace("http://www.freeworldgroup.com/score/index.asp?game=" + manage.GameManage.gameName);
  13.