This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

text

<text>[descriptive text for scene]</text>

Show text in the Tutorial window (i.e. yellow help window). This element is included once per scene. The scene does not complete until the Tutorial window's 'next' button is clicked.

There is one other usage - a <text></text> block is used inside the requires version tag. The text is shown in the host version of Tinderbox is less than the version required.

Example:

	<scene>
	<!-- scene's demo commands here -->
	<text>
	Let's start the demo.
	
	We'll make a new file, some notes and a container.
	
	(Click the NEXT button to continue)
	</text>
	</scene>

Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Syntax Library: Tutorials, Wizards and Timelines : Tutorial Mode : Tutorial XML Syntax : text