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

  1. if(shake9 == 1)
  2. {
  3.    _root.pB9._rotation += random(random(5) + 1) * 0.5;
  4. }
  5. if(shake8 == 1)
  6. {
  7.    _root.pB8._rotation += random(random(5) + 1) * 0.5;
  8. }
  9. if(shake7 == 1)
  10. {
  11.    _root.pB7._rotation -= random(random(5) + 1) * 0.5;
  12. }
  13. if(shake6 == 1)
  14. {
  15.    _root.pB6._rotation -= random(random(5) + 1) * 0.5;
  16. }
  17. if(shake5 == 1)
  18. {
  19.    _root.pB5._rotation += random(random(5) + 1) * 0.5;
  20. }
  21.