Thread: MouseDown NPC
View Single Post
  #2  
Old 08-29-2011, 12:10 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Theres this.
PHP Code:
function onActionLeftMouse() {
//Do Stuff.

And also this
PHP Code:
function onMousedown(var) {
  if(var == 
"left"){
   if (
mousex in |this.x+.5,this.x+2.5| && mousey in |this.y,this.y+3|) {
   
//Do Stuff.
   
}
 }

__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote