View Single Post
  #1  
Old 07-16-2013, 09:19 PM
brokk brokk is offline
Registered User
Join Date: May 2012
Posts: 84
brokk is on a distinguished road
Clicking through GUI

I searched the forums, but I couldn't find the thread.

I have a GUI and I forget how to make it so you can click through it.
The image is a sun effect I'm testing but you can't click on my quick slot buttons.

PHP Code:
  new GuiBitmapCtrl("Sun") {
  
0;
  
0;
  
width screenwidth;
  
height screenheight;
  
bitmap "sun_test.png";
  
layer 0;
  } 
__________________
No matter how much I hate graal, I'm always coming back.

smh
Reply With Quote