home *** CD-ROM | disk | FTP | other *** search
- if(perso.persoBody.hitTest(this) and !c.persoIsJumping and !c.persoIsFalling)
- {
- if(!c.persoIsInPain and !c.persoIsBusy)
- {
- c.persoIsBusy = true;
- c.persoIsActivating = true;
- c.persoAnim("activate");
- _parent._parent.laser1.gotoAndStop("open");
- _parent._parent._parent.overlay_5.stoneMonkey.gotoAndStop("hit");
- _parent.gotoAndStop(1);
- }
- }
-