View Single Post
  #1  
Old 08-26-2008, 08:50 PM
Rave_J Rave_J is offline
Graal Developer
Join Date: Feb 2006
Location: Texas
Posts: 848
Rave_J can only hope to improve
Send a message via AIM to Rave_J Send a message via MSN to Rave_J Send a message via Yahoo to Rave_J
problem with the shop gui

http://i60.photobucket.com/albums/h2..._shop-menu.png

ok thats the gui
now im stuck on the part that is the mouse part
something like this
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();
      } 
now how i find out what the numbers are where when u click it destory the gui ?
Reply With Quote