home *** CD-ROM | disk | FTP | other *** search
- lives -= "1";
- addx = "-15";
- addx += addspeedx;
- setProperty("/add", _X, addx);
- enehit = "0";
- tellTarget("/liv")
- {
- gotoAndStop(eval("/:lives"));
- }
- if("10" < lives)
- {
- tellTarget("/liv")
- {
- gotoAndStop(10);
- }
- }
- if(lives == "0")
- {
- tellTarget("/liv")
- {
- gotoAndStop(12);
- }
- }
- if(lives < "0")
- {
- gotoAndPlay(92);
- }
- else
- {
- tellTarget("/1")
- {
- gotoAndStop(1);
- }
- gotoAndPlay(7);
- }
-