home *** CD-ROM | disk | FTP | other *** search
- _root.tools.sidebar1.sidebarflash.gotoAndPlay(2);
- _root.tools.sidebar2.sidebarflash.gotoAndPlay(2);
- if(mesize < 55)
- {
- fx6 = new Sound(zoop);
- fx6.attachSound("w4");
- fx6.stop("w4");
- fx6.start(0,1);
- }
- if(mesize > 54)
- {
- if(mesize < 61)
- {
- fx6 = new Sound(zoop);
- fx6.attachSound("w1");
- fx6.stop("w1");
- fx6.start(0,1);
- }
- }
- if(mesize > 60)
- {
- if(mesize < 71)
- {
- fx6 = new Sound(zoop);
- fx6.attachSound("w2");
- fx6.stop("w2");
- fx6.start(0,1);
- }
- }
- if(mesize > 70)
- {
- fx6 = new Sound(zoop);
- fx6.attachSound("w3");
- fx6.stop("w3");
- fx6.start(0,1);
- }
-