Text
Text is designed to displaying a text on screen.
Usage
Drag Text component to place text needed to be display, and then set the text within "Properties" session.
Action [ Created ]
Simply click the action you want to define and drag components inside.
Created:
Mostly used to define the appearance of the Text component by dragging "Set Style" inside.
Properties
Simply click a gear on the right hand corner of related "Text" component to edit the properties.
Text - There're two method for text input which are static or dynamic. If you need to show a static text on screen, simply type in the text such as "Welcome Guest!".
If you need to show a variable, please use with ${ } to show dynamic content. For example, type in "Welcome ${username}!", then "Welcome Abtitu!" will be displayed on screen.