Movie clip two button to play scene 1 frame

I am trying to get a Movie clip button to play scene 1 frame, layer 12 frame 361, i have tryied gotoAndPlay(“scene1”, 361); but it does not work , can anyone tell me what im doing wrong

Are you sure you put the on handlers and the code INSIDE the MC and ON the button?

yes i did, what i had to do is add on (release) {
tellTarget (“…/”) {
gotoAndplay(“scene1”, 144);
}
} instead of just a gotoandplay(“scene1”,144); Do you happen to know the action script to bring out an e-mail client, i want to create a button that goes to [email protected]

You can just use GETURL and then enter in the email address ;).

thanks again

No problem ;).