bsisko Posted May 10, 2019 Share Posted May 10, 2019 Okay Torquers, why is the following code not working.function GUIhide() { Title.setVisible(false); Menu.setVisible(false); Start.setVisible(false); Continue.setVisible(false); quit.setVisible(false); } When I click the start button, Everything disappears (which is what I want) but the start and quit buttons. Observe the attached images.images.zipimages Quote Link to comment Share on other sites More sharing options...
bsisko Posted May 10, 2019 Author Share Posted May 10, 2019 Hey guys the problem has been solved. It seems like I had two sets of controls with the same names, and the code was hiding the wrong set of controls. Therefore the obvious solution was to rename the set of controls. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.