Image

Imagesubsonique wrote in Imageflashdev

Flash help.

///UPDATE: SOLUTION ///

on (release) {
tellTarget ("/") {
gotoAndPlay ("features", "featureStart");
}
}

/// END ///

I'm helping someone out with a Flash movie and have run into a snag.

They've set it up to use scenes and we're unable to get it to jump from scene to scene when the buttons in the drop-down menu (pop-up menu in this case) are clicked. I have no idea what the problem could be.

http://www.subsonique.com/mini/mini.html

All of the scenes are clearly labeled and assigning a "onRelease...goto scene" action to the button instance isn't working.

Any ideas would be awesome.