Hugos Posted November 9, 2019 Share Posted November 9, 2019 I had a problem. When I click on "body" I have a missing "go." What to do? Help. addEvent("PlayerJoined", true) function PlayerJoined() setCursorPosition(x/2, y/2) showCursor(true) body = guiCeateStaticImage(x/2-(y/(1080/280)/2), y/2+y/8.5, y/(1080/280), y/(1080/50), "gfx/go!.png", false) go = guiCreateStaticImage(x/2-(y/(1080/400)/2), y/2-(y/(1080/530)/2), y/(1080/400), y/(1080/530), "gfx/body.png", false) end addEventHandler("PlayerJoined", localPlayer, PlayerJoined) Link to comment
Hugos Posted November 9, 2019 Author Share Posted November 9, 2019 I realized what the problem was. When you click on a picture, it gets to the foreground. How do I fix it? Link to comment
DNL291 Posted November 9, 2019 Share Posted November 9, 2019 guiSetEnabled(image, false) Link to comment
Hugos Posted November 9, 2019 Author Share Posted November 9, 2019 Just now, DNL291 said: guiSetEnabled(image, false) Thanks a lot! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now