home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_1505 / frame_4 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  352 b   |  11 lines

  1. stop();
  2. this.submit_btn.onPress = function()
  3. {
  4.    _global.sounds.StartMusic("loop0");
  5.    _global.sounds.PlaySound("bling");
  6.    illusoft.Game.Instance.ShowHighScore({score:_root.tosoc,name:this._parent._parent.txtName.text});
  7.    illusoft.Game.Instance.StopGame();
  8.    _root.gamecontrol.gotoAndStop(1);
  9.    _root.gamecontrol._visible = false;
  10. };
  11.