PDA

View Full Version : Button within a movie clip



medicamint
April 6th, 2007, 12:54 AM
I have created a drop-down menu using 'Creating Drop-Down Menus' from the Kirupa tutorials. The drop-down effect works well, however when I applied action script to the button, it did not work:

on (release) {
gotoAndStop("Scene 1", 120);
}

This does work correctly when applied to buttons directly in the scene. Is there some way I should modify the script when the button is in a movie clip?

Thanks

charmander
April 6th, 2007, 01:14 PM
the same problem happened to me, and i have post a subject for it since few minutes
http://www.kirupa.com/forum/showthread.php?t=256457
i hope you guys could help us