home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.submit_btn.onPress = function()
- {
- _global.sounds.StartMusic("loop0");
- _global.sounds.PlaySound("bling");
- illusoft.Game.Instance.ShowHighScore({score:_root.tosoc,name:this._parent._parent.txtName.text});
- illusoft.Game.Instance.StopGame();
- _root.gamecontrol.gotoAndStop(1);
- _root.gamecontrol._visible = false;
- };
-