Movie Clips

hey ppl… im doing a site in flash mx… im kinda new at mx though i was pretty good at flash 5… so here’s the problem:

i have a button, the button is in a movie clip. i also have another movie clip, that this button is supposed to play when pressed. wat action should i use for the button, and if you have an answer plz write the whole action script.

thnx

it really depends where your second movie clip is located. I will assume that it is in the root.

your button could read.

on(release){

_root.mc2.gotoandPlay();
}

Hope it helps!