home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / DefineSprite_437 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  409 b   |  18 lines

  1. stop();
  2. mask_btn.enabled = false;
  3. start_btn.onRelease = function()
  4. {
  5.    if(gGameStarted == true)
  6.    {
  7.       _parent._parent.fnUnPauseGame();
  8.    }
  9.    else
  10.    {
  11.       _parent._parent.gotoAndStop("level1");
  12.       _parent.messages_mc.gotoAndPlay("level start 1");
  13.       _parent._parent.fnFadeHelpOut(_parent._parent.helpMusic);
  14.    }
  15.    clearInterval(_parent._parent.fader);
  16.    gotoAndStop(1);
  17. };
  18.