I really need help please. fla file

Hello All!
I’m having problems on my invisible buttons. I’m putting invisible buttons that link to an URL. I can seem to play the animation when the invisible button is there. Can anyone please help me and tell me what is wrong? I included the fla file.
Thank You
Jdogg

you wrote:
[AS]on (rollover) {
_root.MC.gotoAndPlay
}[/AS]
this works:
[AS]on (rollover) {
this.MC.play();
}[/AS]

That didn’t work for me.I tried it. it only plays once and movie clip stops.
Jdogg

Your script isn’t making much sense…

You don’t have a MC to play on the rollOver.

Did I miss something here?

It’s the new tutorial just posted on Kirupa
http://www.kirupa.com/developer/mx2004/ani_smartclipnav.htm
I was trying to place invisible buttons to link them. It’s not working for me :upset: Here is my file so far
Jdogg

Here you go jdogg (see file).

Here’s the script:[AS]on (rollOver) {
//mc1 is the Instance Name of the rollOver Movie Clip/Component.
mc1.gotoAndPlay(“start”);
}
on (rollOut) {
mc1.gotoAndPlay(“stop”);
}
on (release) {
getURL(“http://www.kirupa.com”, “_blank”);
}[/AS]

Wizard thank you! Now I get it. I had to name the component. rollover the the instance name. then rollout w/stop. THANK YOU!!
I like you footer. I play halo online on Gamespy my name is “Lueitenent Loco” Mabey we can play some Hang Em somtime.
Thanks,
Jdogg
PS. I can’t wait for Halo 2. I hope it comes out the 24th.