954,562 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Right click in flash

is it available mouse right click event in flash?

freshface001
Newbie Poster
18 posts since Apr 2008
Reputation Points: 10
Solved Threads: 2
 

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

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: