home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / blackknight.swf / scripts / DefineSprite_949 / frame_22 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  281 b   |  16 lines

  1. _parent.hitting = false;
  2. _parent.hitbig = false;
  3. if(_root.combocount == 0)
  4. {
  5.    _root.consecutive = 0;
  6. }
  7. if(_root.secondhits == 0)
  8. {
  9.    if(_root.powerlevel > 17)
  10.    {
  11.       _root.penalty = 60 - _root.hasoil * 40;
  12.    }
  13. }
  14. _root.flying = false;
  15. _parent.gotoAndStop(2);
  16.