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

  1. if(perso.persoBody.hitTest(this))
  2. {
  3.    c.setDamage("draken01",1);
  4.    _parent.gotoAndStop("hit");
  5. }
  6.