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 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 from the Example 01 - Standards Overview tutorial:
<TUTORIAL>
TutorialName=Example 01 - Standards Overview
Drawing=Tutorial_Example_1
[1]
<COMMAND>
name=SETTINGS
<PROMPT>
This tutorial will introduce you to Parking Standards and how they are applied in ParkCAD's tools. Simply complete the actions outlined in each step.
Click Program Settings on the ParkCAD toolbar or ribbon.
<END PROMPT>
<END COMMAND>
[2]
<BUTTON>
dialogID=6748 [Program Settings]
buttonID=1 [OK]
<PROMPT>
In the Program Settings dialog box, select the General category.
Ensure that Drawing Units is set to feet.
Ensure that Display Information Dialog and Display Tool Prompt Dialog are both selected.
Click OK to close the Program Settings dialog box.
<END PROMPT>
<END BUTTON>
.
.
.
[23]
<PICK>
point=2988.5687,-833.0845
<PROMPT>
Move the cursor down from the picked point to display a double sided row then click the highlighted point in the drawing to generate the row.
<END PROMPT>
<END PICK>
[24]
<RESET>
<PROMPT>
This is the last step in the tutorial. Do not save this drawing so that the tutorial may be run again.
Right-click to end the Generate Row from Elements tool.
<END PROMPT>
<END RESET>
<END TUTORIAL>