<demo>
   <section>
      <screen>
         <text_balloon>

Use any number of text balloons to highlight important areas of each screen

   Required Tags
TagRequiredLegal ValuesDefault ValueDescription
<comment>yesTextnullThe text within this balloon popup. The size of the balloon is automatically calculated to fit the text.
<draw_point>yesx/y coordinatenullThe upper-left corner of this text balloon
   Optional Tags
TagRequiredLegal ValuesDefault ValueDescription
<arrow_to>nox/y coordinatenullThe 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>noInteger (milliseconds)AutoThe 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
TagRequiredLegal ValuesDefault ValueDescription
<text_font_color>noColorblackFont color of the text
<text_background_color>noColor#FFFFBDBackground color of the text balloon
<text_border_color>noColorblackBorder color of the text balloon
   Font Options
TagRequiredLegal ValuesDefault ValueDescription
<font_face>noFont name(platform specific)Text font type
<font_size>noInteger(platform specific)Font size
<font_style>noPLAIN, BOLD, ITALICPLAINFont style

Next