home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineSprite_814 / frame_27 / DoAction.as
Encoding:
Text File  |  2005-09-27  |  156 b   |  5 lines

  1. if(_root.sheildUp != true)
  2. {
  3.    _root.castleHp -= 10 + random(_root.level + 4 + _root.hlevel) - _root.gotWall * random(4) - Math.ceil(_root.def / 4);
  4. }
  5.