home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / DefineSprite_560 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  152 b   |  10 lines

  1. stop();
  2. briefing_btn.onRelease = function()
  3. {
  4.    if(gGameStarted == true)
  5.    {
  6.       _parent._parent.fnPauseGame();
  7.    }
  8.    gotoAndPlay(2);
  9. };
  10.