TITLE_MESSAGE Element


TITLE_MESSAGE (a child element of STEP) displays a message (in big letters) on the screen without the dialogue window. The message fades into the screen, and then fades out after a period of time specified by the designer.

Supported Values

TITLE_MESSAGE supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.

Examples

  • <STEP>
    • ......
    • <TITLE_MESSAGE>
      • <MESSAGE>~ The Promised Land ~</MESSAGE>
      • <DURATION>5</DURATION>
    • </TITLE_MESSAGE>
    • ......
  • </STEP>