Creating GUI

 
To 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:
  • Open the Create tool (if it is not already opened)
  • Select The "Other Objects" icon (the last icon from the left)
  • Select the GUI item
  • Click anywhere in the scene viewport
 
 
For a complete description of a GUI object see GUI Object paragraph.