View Single Post
  #4  
Old 08-26-2008, 09:21 PM
Understood Understood is offline
Registered User
Join Date: Jun 2006
Location: Orlando, FL
Posts: 120
Understood is on a distinguished road
PHP Code:
if (leftmousebutton) {
      if (
mousescreenx in |this.xloc+92,this.xloc+92+49| && mousescreeny in |this.yloc+123,this.yloc+123+21|) {
        
this.on 0;
        
//destory();
        
destroy();
      } 
?
Reply With Quote