When I wanted to show/hide something I used nameWantToHide.setvisible
technically this should also work for you. So On your check box a statement
saying if checked droplist.setvisible=0 ( I can't remember the exact code
without having an IDE to work with but this gives an idea if what you could do
).
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
When I wanted to show/hide something I used nameWantToHide.setvisible technically this should also work for you. So On your check box a statement saying if checked droplist.setvisible=0 ( I can't remember the exact code without having an IDE to work with but this gives an idea if what you could do ).