Thread: MouseDown NPC
View Single Post
  #6  
Old 08-30-2011, 10:53 AM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Just so I can understand this and use it myself in future...
PHP Code:
if (mousex in |this.x+.5,this.x+2.5| && mousey in |this.y,this.y+3|) { 
This is detecting if the mouse in inside the specified coordinates yes?
__________________
Reply With Quote