[Flashcoders] Right Mouse Click Event?

2006-01-31 Thread Charles Parcell
I am aware that you can alter the right mouse click context menu, but is there a right mouse click event that can be used to activate other code?? Charles P. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Right Mouse Click Event?

2006-01-31 Thread elibol
All the Mouse events are summarized in the Mouse Class documentation. There isn't a right mouse click event. M. On 1/31/06, Charles Parcell [EMAIL PROTECTED] wrote: I am aware that you can alter the right mouse click context menu, but is there a right mouse click event that can be used to

Re: [Flashcoders] Right Mouse Click Event?

2006-01-31 Thread Bart Wttewaall
You can fake it though.. Here's a class I wrote a while ago. And here you find a demo: http://www.mediamonkey.nl/flashfiles/MouseDetection.html /** MouseDetection.as * @Author: Bart Mediamonkey Wttewaall * @Date: 31-10-2005 * @Description: * A class that tests throug an interval if the left,

Re: [Flashcoders] Right Mouse Click Event?

2006-01-31 Thread Charles Parcell
Thanks for both of your input. Charles P. On 1/31/06, Bart Wttewaall [EMAIL PROTECTED] wrote: You can fake it though.. Here's a class I wrote a while ago. And here you find a demo: http://www.mediamonkey.nl/flashfiles/MouseDetection.html /** MouseDetection.as * @Author: Bart Mediamonkey

Re: [Flashcoders] Right Mouse Click Event?

2006-01-31 Thread elibol
Great work Bart, there is something that I would like to discuss with you off the list concerning input devices, if you oblige, please email me: elibol at gmail dot com M. On 1/31/06, Bart Wttewaall [EMAIL PROTECTED] wrote: You can fake it though.. Here's a class I wrote a while ago. And