home *** CD-ROM | disk | FTP | other *** search
- if(shake9 == 1)
- {
- _root.pB9._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake8 == 1)
- {
- _root.pB8._rotation += random(random(5) + 1) * 0.5;
- }
- if(shake7 == 1)
- {
- _root.pB7._rotation -= random(random(5) + 1) * 0.5;
- }
- if(shake6 == 1)
- {
- _root.pB6._rotation -= random(random(5) + 1) * 0.5;
- }
- if(shake5 == 1)
- {
- _root.pB5._rotation += random(random(5) + 1) * 0.5;
- }
-