gotoAndPlay in a buried Movie Clip

Hi,

I’ve got a ‘simple’ problem with some actionscript and movie clips.

I have a 1 frame movie with 2 Layers.

On Layer 1 I have a movie clip called green1_mc.

In this movie clip I have another called green2_mc.

This animation is 120 frames long, with a stop(); on frame 59.

On Layer 2 of the main timeline I have another movie clip called green_back. This is my button. I’ve put the following code on the clip.

on (release){
_root.green2_mc.gotoAndPlay(60);
}

I want to get the movie clip on the main timeline to have the movie clip green2_mc play frame 60. The code I’m using isn’t working. Can anyone help?

Cheers,