home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_977 / frame_36 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  397 b   |  21 lines

  1. Key.removeListener(pressAnyKey);
  2. titleMusicFlag = false;
  3. titleMod.stop();
  4. tellTarget(wipe)
  5. {
  6.    _visible = true;
  7.    gotoAndPlay(2);
  8. }
  9. _parent.cutSceneSFX.start();
  10. this.onEnterFrame = function()
  11. {
  12.    if(wipe._currentframe == 15)
  13.    {
  14.       delete this.onEnterFrame;
  15.       _parent.wipeRunningFlag = true;
  16.       initInGameMusic();
  17.       _parent.preContinueGame();
  18.    }
  19. };
  20. stop();
  21.