Quick question (nextScene() related)

Alright, the answer to this question may be rightly apparent, but I’m going to ask the question anyway because it’s late and I’m beginning to halucinate. :eye: From a .swf loaded into a movie clip within another .swf (we have 2 swfs), how do I go about getting to the second scene of the one loaded into the mc? (nextScene within the swf loaded into the mc causes the main swf to go to the nextScene, not the swf that was loaded into the mc, like I want)

Later,
–elios

:!: you used scenes :!:

well I cant help you there. You shouldnt use scenes though :wink:

but since you have it that way, I know what will work; labeling the first frame of your scenes with a unique frame label then use

movieclipSwfWasLoadedInto.gotoAndPlay(“frameLabelForNextScene”);

Thanks alot.

–Elios