I've made some drop down menus in my movie which are set as movies.. I now want to use the buttons on there to change to another scene?
however when I use the standard actionscript:-
on (release) {
gotoAndPlay("Scene 2, 1");
}
it gets me nowhere! I've tried " _root.gotoAndplay " but that also does not work! Any know how to do this???
It's MX2004 by the way....