Making a button within a Movie Clip load a differant Scene:

Yeah, I imagine this has been explained millions and millions + 2.6 times before, however, I have done my searching and I can’t find my solution that I need in paticular and I don’t have all week, let alone all day to find the answer (Since I have been trying to figure this out for the last few days)

So with that said:

I have a rollover movie clip on my company’s web site I am working on. Everything is working as acording to plan. However, I have a movie clip within a movie clip, and that movie clip is the one with the buttons. Now when I go into their action scripts I do the basic

on (release) {
gotoAndPlay(285);
}

Which then plays a fancy little transition and then on the last frame it does this:

gotoAndPlay(“Contact”, 1); "

Which is Scene “Contact” and Frame “1” for those who are also wondering.

However since this is inside a movie clip, which is in turn, in another movie clip… it does not go to the scene and play frame 1, but rather reloads the movie clip again.

I imagine I have to add another script in there to look outside of the movie clip or something, however I can not find this anywhere.

Like I said… it’s probably an easy thing to do, but I just got hit by a bus today and I just can think properly… uh… yeah that’s it.

Thanks in advance.