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

  1. if(perso.persoBody.hitTest(this))
  2. {
  3.    _parent._visible = true;
  4.    c.setDamage(_parent._name,1);
  5.    _root.score += _parent.value;
  6.    _parent.gotoAndStop("out");
  7. }
  8.