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

  1. if(shake1 == 1)
  2. {
  3.    _root.pB1._rotation -= (random(5) + 1) * 0.5;
  4. }
  5. if(shake2 == 1)
  6. {
  7.    _root.pB2._rotation = 0;
  8. }
  9.