home *** CD-ROM | disk | FTP | other *** search
- s.gotoAndStop("hit");
- s.attachmovie("blink","blink",200);
- r.bar.barfr.play();
- r.inv = r.invhitdelay;
- if(!r.cheat1)
- {
- r.energy -= r.energyless;
- }
- r.zhit.start();
- d = 15;
- s._x -= 30;
- xs = -10;
- onenterframe = function()
- {
- s._x += xs;
- if(s._x < 0)
- {
- s._x = 0;
- }
- xs *= 0.95;
- d--;
- if(!d)
- {
- r.hit = 0;
- gotoAndPlay(1);
- }
- if(r.losing)
- {
- gotoAndPlay(10);
- }
- };
- stop();
-