Is there some way I can detect right clicks? Thanks![]()
Is there some way I can detect right clicks? Thanks![]()
what you are looking for is called the ASnative "back door" code.
see the (1)?? That is left mouse button. replace that with a (2) for right mouse and a (4) for middle button/scroll wheelCode:this.onEnterFrame = function() { if (ASnative(800, 2)(1)) { trace ("You have pressed or depressed the left mouse button"); } }
![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
hosdank (09-06-2008)
Wow, thanks ALOT.![]()
Welcome![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
For AS3 users:
Right clicks can be tracked using MouseEvent.buttonDown
Bookmarks