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