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