home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / towerblaster.swf / scripts / DefineSprite_214 / frame_21 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  79 b   |  5 lines

  1. if(shake8 == 1)
  2. {
  3.    _root.pB8._rotation -= random(random(5) + 1) * 0.5;
  4. }
  5.