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

  1. this.onEnterFrame = function()
  2. {
  3.    if(wipe._currentframe == 15)
  4.    {
  5.       delete this.onEnterFrame;
  6.       _parent.wipeRunningFlag = true;
  7.       initInGameMusic();
  8.       _parent.preContinueGame();
  9.    }
  10. };
  11. stop();
  12.