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

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