Thread
:
MouseDown NPC
View Single Post
#
6
08-30-2011, 10:53 AM
Emera
Delterian Hybrid
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
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?
__________________
Emera
View Public Profile
View GraalOnline Profile
Find all posts by Emera