home *** CD-ROM | disk | FTP | other *** search
- Key.removeListener(pressAnyKey);
- titleMusicFlag = false;
- titleMod.stop();
- tellTarget(wipe)
- {
- _visible = true;
- gotoAndPlay(2);
- }
- _parent.cutSceneSFX.start();
- this.onEnterFrame = function()
- {
- if(wipe._currentframe == 15)
- {
- delete this.onEnterFrame;
- _parent.wipeRunningFlag = true;
- initInGameMusic();
- _parent.preContinueGame();
- }
- };
- stop();
-