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

  1. if(shake8 == 1)
  2. {
  3.    _root.pB8._rotation += random(random(5) + 1) * 0.5;
  4. }
  5. if(shake7 == 1)
  6. {
  7.    _root.pB7._rotation += random(random(5) + 1) * 0.5;
  8. }
  9.