home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_250 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  146 b   |  8 lines

  1. if(perso.persoBody.hitTest(this))
  2. {
  3.    stop();
  4.    b.removeListener(this);
  5.    c.persoIsBusy = true;
  6.    _parent.portal.gotoAndPlay("out");
  7. }
  8.