home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_555 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  111 b   |  10 lines

  1. if(c.getDamage("duff01") >= 1)
  2. {
  3.    stop();
  4. }
  5. else
  6. {
  7.    tabPot = [1,2,3,4];
  8.    isAttacking = false;
  9. }
  10.