Scripting 4 sound

hi

I want to load a sound to one of my buttons. I think I’ve got the scripting, but how do you put them “together”

snav2.start(“snav2”); - (I think)…is my scripting for my sound (where snav2 is my symbol linkage propery name)

and then

on (release) {
getURL(“about_us_1.htm”, _self);
}

So, where do you put the sound scripting in?:-/ Please help!!!

Hi , sorry, I understand somthing else now…

In frame 1 you put

snav2 = new Sound(_level50);
snav2 = attachSound(“snav2”);

Right?:ne:

And then on the button frame, you put
on (rollOver) {
snav2.start(0,1);
}
on (release) {
getURL(“about_us_1.htm”, _self);
}
??? It still doesn’t work.!! Am I totally confused?

:ear: pls help!