Thread: ShowImg Gani
View Single Post
  #7  
Old 12-08-2012, 12:20 AM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
I finally figured out how to achieve my goal. I was making a sunlight effect and it looks really good.
But due to it being a Gui it doesn't let me click on the screen for MouseDown() functions I have on other scripts.



PHP Code:
   new GuiBitmapCtrl("SUN") {
    
0;
    
0;
    
width screenwidth;
    
height screenheight;
    
bitmap "age_sun.png";
    
layer 1;
  } 
Reply With Quote