home *** CD-ROM | disk | FTP | other *** search
- if(Key.isDown(32) and perso.persoBody.hitTest(this) and !c.persoIsInvisible and !c.persoIsBusy and !c.persoIsFalling and !c.persoIsJumping)
- {
- c.persoIsInvisible = true;
- c.persoIsBusy = true;
- perso._x = _parent._x + _parent._parent._x;
- perso._y = _parent._y + _parent._parent._y;
- _parent.gotoAndPlay("play");
- }
-