Can’t get my dropdown menu buttons to link to another scene.
I can’t get my dropdown menu buttons to link to other scenes within the same Flash file. The buttons are unresponsive during playback – as if no code were attached to it. Here’s what I have as my AS2 code on the dropped button that is supposed to link to the "Published" scene/page:
on(release){
_root.gotoAndPlay("published", 1);
}
I'm working with Actionscript 2.0 in Flash CS6.
Any help would be appreciated!
Thanks,
Robert
