View Single Post
Old 10-30-2004, 07:05 PM   PM User | #1
Shinchi
New to the CF scene

 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Shinchi is an unknown quantity at this point
Changing Root Scenes In Flash!?

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....
Shinchi is offline   Reply With Quote