home *** CD-ROM | disk | FTP | other *** search
- if(shake8 == 1)
- {
- _root.pB8._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake4 == 1)
- {
- _root.pB4._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake5 == 1)
- {
- _root.pB5._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake3 == 1)
- {
- _root.pB3._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake2 == 1)
- {
- _root.pB2._rotation -= random(random(5) + 1) * 0.5;
- }
- if(shake1 == 1)
- {
- _root.pB1._rotation -= random(random(5) + 1) * 0.5;
- }
- if(shake9 == 1)
- {
- _root.pB9._rotation = 0;
- }
-