home *** CD-ROM | disk | FTP | other *** search
- if(!_root.hitarea11)
- {
- gotoAndPlay(1);
- }
- if(!_root.inair)
- {
- _root.sheep.gotoAndPlay(14);
- }
- if(_root.inair)
- {
- gotoAndPlay(2);
- }
- _root.sheeplife -= _root.sheeplifeclaculate / 9 + 3;
- _root.life.nextFrame();
- if(_root.sheeplife < 1)
- {
- _root.sheepdeath = true;
- _root.life.nextFrame();
- _root.sheep.gotoAndStop(8);
- gotoAndPlay(1);
- }
-