My movie has a total of 10 scenes. The "intro" scene is the main timeline. I'm trying to target a button from within a movie clip onto diffrent scene. How can I do this?

This is the code I have applyed to my button inside the movie clip:

on (release) {
tellTarget ("_level0/") {
gotoAndPlay ("implementation guides", 1);

}
}

Implementation Guides is the name of one of my 10 scenes. and it doesn't work.

Any suggestions?
Damaris