Hey folks!

I'm having some problems which are kind of driving me crazy cause it seems like i've tried everything, so i'm hoping you guys can help.
My problem is targeting my main timeline from within a movie clip. Now i know how this works generally from within the main scene. the problem begins when i target the main timeline from my movie clip in scene 4, and i need it to go to and play scene 4, frame 2. here's how my script looks:
tellTarget ("_root.") {
gotoAndPlay ("Scene 4", 2);
}
this action is located in a movie clip in scene 4 frame 1, but everytime i publish it, it goes back and plays scene 1 from the beginning.
I need to find the answer to this soon, so i can continue on and finish this project.
Thanks for your help and time in advance! anxiously waiting a reply...
ekonnn