home *** CD-ROM | disk | FTP | other *** search
- stopAllSounds();
- score = 0;
- removeall = 0;
- lives += 1;
- if(checkpoint == 5)
- {
- gotoAndPlay(5147);
- }
- else if(checkpoint == 4)
- {
- gotoAndPlay(4338);
- }
- else if(checkpoint == 3)
- {
- if(sabotage == 1)
- {
- gotoAndPlay(3660);
- }
- else
- {
- gotoAndPlay(3529);
- }
- }
- else if(checkpoint == 2)
- {
- gotoAndPlay(2913);
- }
- else
- {
- gotoAndPlay(1789);
- }
-