I think you guys misunderstood my problem. ok I will explain the best I Can.
"A" stands for the main timeline
"B" stands for the movie clips time line
A is on the 1st frame
B is on the 1st frame.
You push a button and the script to the button is
on(release){_root.mc1.gotoAndStop(2);}
Then of course B goes to the 2nd frame. Then you click a button wich has the following A.S
on(release){gotoAndStop(2);}
Then A goes to frame 2. But once you get to frame 2, B is back on frame 1.
I need B to stay on the frame it was before I click the second button to go to A's 2nd frame.
I explained this as good as I can. If anyone can help me, please do!.
Thanks