Difference between revisions of "Talk:The Main Menu"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
BayerMeister (Talk | contribs) |
(No difference)
|
Revision as of 10:14, 6 March 2008
Hi. I am wondering what way is prefered to switch menu states. So I've done this:
-created a layout containing them all (4 different FrameWindows)
-set all but he first invisible
-on some action (navigation through the menu) I change the visibility
I could also switch sheets by SYSTEM->setGUISheet. I believe there are couple more ways to do this. I believe this could be mentioned in this tutorial.