Scrollwheel click

Is the anyway to determine in flash if the scroll wheel has been “clicked” so the if you move the mouse up it will scroll up move mouse down it goes down type of thing. I don’t know if it works on mac but with a PC if you click the mousewheel it come up with a little arrow thing, then you can scroll without rotating the wheel. Anyway if it is not possible to detect with only flash I will do it a different way.

Please don’t post a bunch of stuff about mouseWheelEnabled = true.

Thanks in Advance for taking the time to read and/or reply to my question

The key code for the scroll wheel is 4, which means that [font=courier new]Key.isDown(4)[/font] will return true if the mouse wheel has been pressed. :slight_smile:

Here’s something to start… :wink:

I’ll probably improve it tomorrow if I have some spare time. :stuck_out_tongue:

Thanks Kode didnt think about keycodes.
If I had a nickel for everytime, it was the easiest solution, and I did it the complicated way…

Anyway thanks again,
Shawn

You’re welcome, paradox. =)

… Care to share what you’ve done? :wink:

just started but when it is closer to being done I will post a link, nothing special though…just wanted to put the option on a textfield, on my homepage most will probably never realize it but it is there, I know…I’ll call it a personal bettering study