View Single Post
  #6  
Old 02-19-2003, 11:55 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by tlf288


If you mean that using mousebuttons is better than button-specific flags I agree with you fully. It allows for better detections using intergers and you can set variables to the mousebuttons.
*shrugs* I haven't made many things using the mouse so I haven't really used it, and you can set variables to specific mouse flags too o.O
this.temp = {leftmousebutton,rightmousebutton};
Reply With Quote