This is what I got. And it doesn't wanna work :/
PHP Code:
new GuiBitmapCtrl("LIGHT") {
useownprofile = true;
profile.modal = true;
x = screenwidth-screenwidth/6;
y = 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.