home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kung_fu.swf / scripts / __Packages / com / KidFighting / effects / EffBlock.as < prev    next >
Encoding:
Text File  |  2006-06-13  |  229 b   |  10 lines

  1. class com.KidFighting.effects.EffBlock extends com.KidFighting.objects.CEffect
  2. {
  3.    function EffBlock($ani, twn, ch, x, y)
  4.    {
  5.       super();
  6.       $ani._rotation = random(360);
  7.       this.init($ani,twn,ch,x,y);
  8.    }
  9. }
  10.