A tutorial is an ASCII text file which can be easily edited with Microsoft® Notepad or any other text editor. The first line in the tutorial is the name of the drawing file to be opened when the tutorial is played. Each successive section of the file is the next step the user will follow. The section begins with the step number, contains the tool name required by the user to click, a brief instruction the user is to follow, and/or a point required by the user to click. The end of a section is designated with the terminator ‘END’.
Below is an excerpt of the Example 01 - Generate Roundabout tutorial:
[1]
<COMMAND>
name=SETTINGS
<PROMPT>
This tutorial will lead you through the steps to generate a roundabout in a drawing. Simply complete the actions outlined in each step.
Click Program Settings on the toolbar or ribbon.
<END PROMPT>
<END COMMAND>
[2]
<BUTTON>
dialogID=21433 [Program Settings]
buttonID=1 [OK]
<PROMPT>
Select the General category.
Ensure that Units is set to feet.
Click OK to close the Program Settings dialog box.
<END PROMPT>
<END BUTTON>
.
.
.
[18]
<BUTTON>
dialogID=26099 [Add Leg]
buttonID=1 [OK]
<PROMPT>
In the Add Leg dialog box, click OK to stop adding legs to the roundabout.
<END PROMPT>
<END BUTTON>
[19]
<BUTTON>
dialogID=26078 [Generate Roundabout]
buttonID=24485 [OK]
<PROMPT>
This is the last step in the tutorial. Do not save this drawing so that the tutorial may be run again.
In the Generate Roundabout dialog box, click OK to finish generating the roundabout.
<END PROMPT>
<END BUTTON>
<END TUTORIAL>