PDA

View Full Version : Help With Creating Menus and Buttons for a Chess Game


RodRSpv
02-26-2009, 06:14 PM
Hello worldviz community,

I am new to Vizard and I am trying to build a Chess game. I am also trying to build startup menus for the game and have several questions that i need advice on:

1) When creating a menu, how do I make buttons that are clickable?
2) How do i make these clickable buttons actually switch screens once clicked?


Any help would be greatly appreciated!

Thanks

Jeff
02-27-2009, 02:12 PM
Here's (http://www.worldviz.com/vizhelp/Organizing_GUIs_with_vizinfo.htm) a link to the documentation on vizinfo to organize your GUI display

Within your callback function for the button event you could change the scene. Check out the pages on events in the reference section to learn more about callbacks.

Let me know if you have anymore questions about this