home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / DefineSprite_462 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  161 b   |  5 lines

  1. if(getProperty(_root.boss.cannon, _rotation) < 30)
  2. {
  3.    setProperty(_root.boss.cannon, _rotation, getProperty(_root.boss.cannon, _rotation) + random(30));
  4. }
  5.