gotoandPlay Scene Problems!

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

try targeting frame labels, like:


_root.gotoAndPlay("whatEver");

got it?

cheers :bounce:

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 :cool:

Parker

test

blah

:wink:

and…

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