home *** CD-ROM | disk | FTP | other *** search
- if(_root.weakhit)
- {
- _root.weakhit = false;
- _root.elife1._x = _root.bot2._x;
- _root.elife1.gotoAndPlay(2);
- }
- if(_root.stronghit)
- {
- _root.stronghit = false;
- _root.elife2._x = _root.bot2._x;
- _root.elife2.gotoAndPlay(2);
- }
- if(_root.bot2life < 1)
- {
- gotoAndPlay(56);
- }
-