in the second scene, there is one MC is placed.
I had given a stop action in that frame [ where MC is ]
and want to play the MC and AFTER THAT CONTINUE PLAY IN MAIN TIME LINE
when i am applying “_root.gotoAndPlay();”, is starting from the First frame of the first Scene. But i want to play from only second frame of the second scene [ please refer Fla]
I have your FLA, and I’m still not sure what you’re talking about. Your best bet would be to give whatever frames you want to navigate to (using gotoAndPlay()) a unique name via the Properties inspector.
For example, select a frame, go to the properties inspector, name it “aboutUs” and then to go to that frame – from anywhere in your movie – just call “_root.gotoAndPlay(“aboutUs”);”. That works to change scenes, rewind, etc.