PDA

View Full Version : very easy question about brackets


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!

thankyou
02-27-2004, 04:34 PM
never mind. I"m such fool.

senocular
02-27-2004, 04:43 PM
yourewelcome