home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / blackknight.swf / scripts / DefineSprite_959 / frame_11 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  217 b   |  12 lines

  1. _root.canhit = false;
  2. _parent.hitting = false;
  3. _parent.hitsmall = false;
  4. if(_root.combocount == 0)
  5. {
  6.    _root.consecutive = 0;
  7.    if(!_root.didhit)
  8.    {
  9.       _root.penalty = 60 - _root.hasoil * 40;
  10.    }
  11. }
  12.