Jump to content

GUI Background


Norhy

Recommended Posts

Hey guys. So i've made a Background for my Login GUI. I have this code:

  
    background = guiCreateStaticImage( 0.01, 0.01, 1600, 1200, "bg.png", false, wdwLogin ) 
    guiSetAlpha ( background, 10 ) 

Everything works nice, however when i try to click on a button or and input field, it doesn't respond because the image is there, i tried to make the Login GUI Always on top, but it didn't work. How to make the Image to work as an Background?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...