<demo> <section> <screen> <text_balloon> |
Use any number of text balloons to highlight important areas of each screen
Required Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
---|---|---|---|---|
<comment> | yes | Text | null | The text within this balloon popup. The size of the balloon is automatically calculated to fit the text. |
<draw_point> | yes | x/y coordinate | null | The upper-left corner of this text balloon |
Optional Tags | ||||
Tag | Required | Legal Values | Default Value | Description |
<arrow_to> | no | x/y coordinate | null | The point on the screen that this text balloon points to. DemoScripter will automatically pick the nearest corner of the balloon from which to draw the arrow. |
<delay_time> | no | Integer (milliseconds) | Auto | The number of milliseconds to pause after showing this text balloon. The default value is automatically calculated based on the length of the text. |
Color Options | ||||
Tag | Required | Legal Values | Default Value | Description |
<text_font_color> | no | Color | black | Font color of the text |
<text_background_color> | no | Color | #FFFFBD | Background color of the text balloon |
<text_border_color> | no | Color | black | Border color of the text balloon |
Font Options | ||||
Tag | Required | Legal Values | Default Value | Description |
<font_face> | no | Font name | (platform specific) | Text font type |
<font_size> | no | Integer | (platform specific) | Font size |
<font_style> | no | PLAIN, BOLD, ITALIC | PLAIN | Font style |
Next |