Creating GUITo create a GUI a special type of Object, called GUI, is used.
Before starting to work on a GUI you have to create first this object.
GUI object must be UNIQUE for every scene level in your game. GUI Object is an object containing a MainFrame widget.
The MainFrame is a special kind of Frame widget (see Widget Foundation Libray) that contains all other widgets of a scene.
It is not possible to explicitly create a MainFrame. It is automatically created by the GUI Object. To Create a GUI object:
For a complete description of a GUI object see GUI Object paragraph.
|