so i have a sound on a rollover, easy. well if you rollover it multiple times or faster the sound gets louder and i have no idea why. If you go to the following link and rollover profile and print really fast you’ll hear what i mean.
http://www.mww-media.com/V3.html
heres the code im using…
this.PRINT.onRollOver = function () {
CLICK = new Sound(this);
CLICK.attachSound(“CLICK”);
CLICK.start();
PRINT._parent.gotoAndPlay(“OVER”);
}