-
I have a bunch of objects that are draggable that I am trying to attach a drop down menu to. Much like this site http://www.furniture.com/roomplanner/ except my drop down menu only contains 3 buttons. How can I do this? Please Help! Much Frustration!
Chris
[email protected]
-
if you make the drop down menu a movie clip, you can place a button within the movie clip with the action:
On (Press)
Start Drag ("")
End On
On (Release)
Stop Drag
End On
then if you click where the button is, you can drag the whole mc, and your drop down menu will still work. just don't place the button over clickable area in the menu,
------------------
kennethAustin
[email protected]