home *** CD-ROM | disk | FTP | other *** search
- _root.lives -= 1;
- if(_root.lives < 1)
- {
- _root.dead = "true";
- stop();
- }
- else
- {
- _alpha = 35;
- hits = 20;
- blinkcnt = 0;
- blink = "true";
- _root.field1.field.gotoAndPlay(1);
- _root.field1.percent.gotoAndPlay(1);
- _root.collide = "true";
- direct = 1;
- _name = "chopper";
- _root.scanner.targbox.myguy._visible = 1;
- gotoAndStop("return");
- play();
- }
-