View Single Post
  #4  
Old 09-30-2010, 06:21 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
Have you tried seeing if button is actually "left"

I.e:
PHP Code:
//#CLIENTSIDE
function onMouseDown(button) {
  
player.chat "Param: " button;

I have memories of onMouseDown being only for left-clicks, so having logic button == "left" logic like that might not even be needed at all.
onMouseDown is for all buttons (if I recall correctly—fairly sure it is).
__________________
Reply With Quote