i´m new to this forum and i´ve got some understanding problems regarding to the behaviour of buttons. i´m just trying to make a button like it´s shown at
i´m focusing at the bikes button. when you click on it the colour turns into grey and a navigation menu opens. i don´t how to make this button acting the way to roll out this navigation. i´ve tried to put a movie clip into the push-frame of the button but it only works when it´s pushed and doesn´t work itself after pushing it once.
The initial Bike button is probably a movie clip with the slide out sub menu in a another frame and the grey tween is built into that. The problem comes with the button code to make it work. You can not have button code on a movie clip and more button code on buttons inside that clip, it causes a conflict. So you need something like hitTest code on the clip, then use button code on the internal buttons. I'll attach an oldnewbie drop down menu that will show you the code and how it works.