PDA

View Full Version : How to switch between menu screens


RodRSpv
03-01-2009, 08:48 PM
i am trying to build a game for a project and am working on the main menus. I have the different menu screens built, but how do i make the buttons on each screen work? And how do i make the buttons actually switch to other menu screens that i have built?

farshizzo
03-02-2009, 02:18 PM
You can use the vizact.onbuttonup command to register a function to be called when your button has been clicked. To switch menu screens simply hide the current menu and show the new menu when one of your buttons has been clicked.