DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   Graphics and Multimedia (http://www.daniweb.com/forums/forum28.html)
-   -   Right click in flash (http://www.daniweb.com/forums/thread123968.html)

freshface001 May 13th, 2008 4:58 am
Right click in flash
 
is it available mouse right click event in flash?

peter_budo May 13th, 2008 1:51 pm
Re: Right click in flash
 
This should solve your problem
this.onEnterFrame = function() 
{
    if (ASnative(800, 2)(1))
    {
        trace ("You have pressed or depressed the left mouse button");
    }
}
If you swap (1) for (2) you get right mouse press and if you swap it for (4) you can take care of middle mouse button


All times are GMT -4. The time now is 2:33 am.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC