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

  1. if(perso.persoBody.hitTest(this))
  2. {
  3.    c.persoIsBusy = true;
  4.    c.persoIsInvisible = true;
  5.    c.persoAnim("invisible");
  6.    _parent.gotoAndPlay("contact");
  7. }
  8.