Guest User

Untitled

a guest
Feb 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mc.onPressAux = function(mouseIdx:Number, keyboardOrMouse:Number, buttonIdx:Number)
  2.     {
  3.         if (buttonIdx == 1) // Right mouse button
  4.         {      
  5.             trace("Right Click");
  6.         }
  7.     }
Add Comment
Please, Sign In to add comment