Parker
1
This has been driving me nuts. :hangover: I have a button in a nested movieclip with the following action.
_root.gotoAndPlay(“scene2”, 1);
However, it will not go to that scene. Nothing happens. However if I remove the desired scene name as follows:
_root.gotoAndPlay(1);
The button works and jumps to the very first scene.
Anybody know how to target specific scenes within buttons?
Parker
system
2
try targeting frame labels, like:
_root.gotoAndPlay("whatEver");
got it?
cheers :bounce:
system
3
Ok then, note to self -> use frame labels instead of scene names. Why targeting scenes has never worked is a mystery to me.
Thanks G 
Parker
system
6

and…
freddy: we have a test section in this forum for… test purposes 