thankyou
02-27-2004, 04:31 PM
why does the commented out line play my sound but not the line right above it?
home.onRollOver = function() {
_root["slosh_sound"+(Math.floor(Math.random()*6))].start(0, 1)
//_root.slosh_sound1.start();
};
thank you!
home.onRollOver = function() {
_root["slosh_sound"+(Math.floor(Math.random()*6))].start(0, 1)
//_root.slosh_sound1.start();
};
thank you!