Targeting scenes

Hey here is my problem and i cant figure this one out… it’s kinda weird.

here is the setup:

I have a movie with 2 scenes. On the second scene there is a menu ( a mc with buttons inside of it). The buttons inside the mc link to a different scene (gotoAndPlay(“scene 1”, 1); for some reason this isn’t working. Am I missing something?

If I create a button not within a mc it works fine but when I put it in a mc it doesnt work. What gives???

thanks for your help

-z

(file is attached with an example)

solution a)
don’t use scenes.

solution b)
use frame labels.

run a search in the forum, there are several threads about this issue. :wink:

*Originally posted by kax *
**solution a)
don’t use scenes.

solution b)
use frame labels.

run a search in the forum, there are several threads about this issue. :wink: **

using labels doesn’t work to move across scenes

yes… it works.

sorry your right, but you must target the root

_root.gotoAndPlay(“framelabel”);

yup. :slight_smile: