I am creating a dropdown menu that when you roll over the main button a menu tweens down. Further when you roll over the submenu items i want them to change color.
I made a button that changes color on roll over. I want to put a few instances of these button in a movieclip that tweens down when the main movie clip is rolled Over.
These buttons do not have instance names. The buttons work outside the movieclip but once i put them in the movieclip they fail to work.
I do not think it is a scope problem but rather the fact that the movieclip and the buttons both have roll over actions on them. The buttons have built in rollOver actions like every other button symbol and my movieclip actions are on frame 1 of the timeline.
What is the best (minimal) way to code a dropdown menu?