DarkM Posted February 15, 2010 Share Posted February 15, 2010 I'm working with the tutorials on the wiki and when I test it out, all the GUI's are open at the same time. How can I make it so that after I log in, the rules window pups up and then after I click accept, the teleport window pops up? Please explain in detail since I'm very new. Link to comment
Aibo Posted February 15, 2010 Share Posted February 15, 2010 when creating windows hide them with guiSetVisible(blabla, false) and then show/hide what you need. for example, adding this to accept button event will hide rulesWindow and show teleportWindow: guiSetVisible(rulesWindow, false) guiSetVisible(teleportWindow, true) its not that hard. Link to comment
DarkM Posted February 15, 2010 Author Share Posted February 15, 2010 Wow that is simple. Thank you You are Jesus for noobs like me. lol 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