Well, this is my first post ^.^ I’m relatively new to Actionscript so maybe I just don’t have the proper mind-set for such advanced (to me) coding. I want to be able to press down the left mouse-button and while holding it down, a circular menu pop up around it. When you hover over a button and release the mouse, the button is clicked.
I’ve got it down (somewhat) by using a button that follows around the mouse, and when you click anyway, the menu pops up. And as long as I keep other buttons in front of this menu-button, it sort of works. But then the menu appears behind the buttons, for one. And I’d like it to only show up if the mouse is held down for a second or two, so you don’t accidentally bring up the menu constantly.
I’d appreciate any pointers, and if you think there’s an easier or more inefficient way of achieving this, please help me to understand. I’ve uploaded the test document I made to show you how I did it.
Oh and I do this in Actionscript 2.0, mainly because I know even less about 3.0, but I do have CS3 so if you think it’d be easier in 3.0, by all means let me know.
Thanks for your time,
Derek