home *** CD-ROM | disk | FTP | other *** search
- if(perso.persoBody.hitTest(this) and Key.isDown(32) and !c.persoIsJumping and !c.persoIsFalling and !c.persoIsInPain and !c.persoIsBusy)
- {
- c.persoIsBusy = true;
- c.persoIsActivating = true;
- c.persoAnim("activate");
- _parent._parent.switch2.gotoAndStop(2);
- _parent._parent.laser1.gotoAndStop("close");
- _parent._parent._parent.overlay_5.stoneMonkey.engine.play();
- _parent.gotoAndStop(2);
- }
-