home *** CD-ROM | disk | FTP | other *** search
- if(win == 1)
- {
- gotoAndStop(42);
- }
- if(0 >= energie && cheat == 0 && ende == 0)
- {
- gPlayStop = 1;
- _root.crashEnd = 0;
- player.gotoAndStop(7);
- ende = 1;
- over.play();
- }
- if(ende == 2)
- {
- startGame = 0;
- stopAllSounds();
- gotoAndPlay(18);
- }
-