Thread: ShowImg Gani
View Single Post
  #11  
Old 12-08-2012, 03:56 AM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
This is what I got. And it doesn't wanna work :/

PHP Code:
   new GuiBitmapCtrl("LIGHT") {
    
useownprofile true;
    
profile.modal true;
    
screenwidth-screenwidth/6;
    
0;
    
width screenwidth/6;
    
height screenheight/3;
    
bitmap = <lightImg>;
    
layer 0;
  } 
I have a MouseDown() function that plays a sound every time I click. Works but when I click the top right which is where my GuiBitmap is. Which is how I know it's not working.
Reply With Quote