Controls
Games created with Flax build UI using controls. Each control is an independant object and implements only the most basic conepts like transformation, background color, and visibility. The more specific logic like click event, text drawing, child controls layout can be achived using a specific control type. Flax offers a solid set of ready to use controls that can be used in a games GUI. To create your own control types see a related tutorial here.