<demo>
   <section>
      <screen>

Each screen tag corresponds to one screen of the demo.

   Required Tags
TagRequiredLegal ValuesDefault ValueDescription
<image>yesFile namenullFile name (or filepath/URL) of the screen image, relative to the applet's html page. Screens must be in GIF or JPEG formats. Examples: screen_folder/section1/screen1.gif
   Optional Tags
TagRequiredLegal ValuesDefault ValueDescription
<text_balloon>noView detailsEach screen contain any number of "text ballon" popups
<cursor_move>noView detailsUse any number of cursor_move's to shift the cursor around the screen before the final click_point.
<click_point>nox/y coordinatenullThe coordinates of where the mouse cursor should click, right before moving to the next screen
<wait_for_user>noyes. noyesShould we show the Previous and Next buttons and wait for the user, or just pause for a bit and move to the next screen?
<show_mouse>noyes. noyesShow the mouse cursor on this screen
<image_button>noView detailsAny number of buttons to add to this screen after the animation is complete.

Next