home *** CD-ROM | disk | FTP | other *** search
- stop();
- mask_btn.enabled = false;
- start_btn.onRelease = function()
- {
- if(gGameStarted == true)
- {
- _parent._parent.fnUnPauseGame();
- }
- else
- {
- _parent._parent.gotoAndStop("level1");
- _parent.messages_mc.gotoAndPlay("level start 1");
- _parent._parent.fnFadeHelpOut(_parent._parent.helpMusic);
- }
- clearInterval(_parent._parent.fader);
- gotoAndStop(1);
- };
-