Thread: ShowImg Gani
View Single Post
  #8  
Old 12-08-2012, 12:29 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by greggiles View Post
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;
  } 
Try adding modal = true; within that GUI control bracket.
Reply With Quote