Child of: <click>, <drag_drop>, <drag_move>, <mouse_click>, <mouse_down>, <mouse_move>, <mouse_out>, <mouse_over>, <node name="">, <press>, <release>
Parent of: <text_banner name="">
Examples:
<text_banners>
<text_banner name="hello">
<clear>NO</clear>
<text>Hello world!</text>
<x>50</x>
<y>140</y>
<height>35</height>
<width>75</width>
<font>Arial</font>
<font_size>14</font_size>
<bg_color>0xDDDDDD</bg_color>
<text_color>#000000</text_color>
</text_banner>
<text_banner name="welcome">
<clear>NO</clear>
<text>Welcome to my interactive video.</text>
<x>20</x>
<y>180</y>
<height>35</height>
<width>200</width>
<font>Arial</font>
<font_size>14</font_size>
<bg_color>0xDDDDDD</bg_color>
<text_color>#000000</text_color>
</text_banner>
</text_banners>
To clear a text banner:
<text_banners>
<text_banner name="my_banner">
<clear>YES</clear>
</text_banner>
</text_banners>
To clear all text banners at once:
<text_banners>CLEARALL</text_banners>
Working example: Search for <text_banners>...</text_banners> in the file trivia_demo.xml.
Working example: Search for <text_banners>...</text_banners> in the file trivia_demo.xml.