View Single Post
  #3  
Old 09-30-2010, 06:20 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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.
__________________
Quote:
Reply With Quote