Simple actionscript?

God this is so simple, yet I can’t seem to get it to work…

I’ve got an intro animation, which I have placed in movie clip. At the end of this movie clip I want it to stop and then go to and play a frame labelled interface on the main timeline.

The only thing is I can’t seem to get the actionscript to work.

Any ideas, using Flash5?

add this code on the last frame of the intro!

_root.gotoAndPlay(“interface”);

_root. refers to the main timeline, and the frame label must be between “”