home *** CD-ROM | disk | FTP | other *** search
- if(perso.persoBody.hitTest(this))
- {
- s1.gotoAndPlay("secret");
- c.secretInX = _X + _parent._x;
- c.secretInY = _Y + _parent._y;
- stop();
- b.removeListener(this);
- c.persoIsBusy = true;
- _parent.secretDoor.swapDepths(10000);
- _parent.secretDoor.removeMovieClip();
- _parent.portalIn.gotoAndPlay("in");
- }
-