Changes between Version 2 and Version 3 of ScriptBuilder_QuickStart
- Timestamp:
- 10/25/2017 04:16:47 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScriptBuilder_QuickStart
v2 v3 1 Quickstart: TMC Script Builder 1 = Quickstart: TMC Script Builder = 2 2 3 3 Welcome to the quickstart guide for the Script Builder. This page should give you an overview of the fundamental workings of the program. 4 4 5 Download and Start 5 == Download and Start == 6 6 7 7 You can find the download file on the DownloadPage. It's the second link: "!ScriptBuilder Program." … … 10 10 command "java -jar !ScriptBuilder.jar" from inside the ZIP folder. 11 11 12 Script Builder Window 12 == Script Builder Window == 13 13 14 14 Upon launching the program, you should see the following screen: … … 17 17 From this window, the flow of the entire script you're currently working on can be observed. The name of the current file can be found at the top of the window; in the example image it is "untitled1.xml". 18 18 19 Loading a previously existing XML file 19 === Loading a previously existing XML file === 20 20 21 21 From the dropdown menu at the top, select "File > Open". A dialog box will open and ask you to select an existing script. Select your file and press "ok". The file will be loaded into the !ScriptBuilder program and will show up on the main screen. 22 22 23 Starting a new file 23 === Starting a new file === 24 24 25 25 From the dropdown menu at the top, select "File > New". The current working file will be set to a new file. The default new-file name is "untitled1.xml", but you will be able to rename the file upon save. 26 26 27 Adding a prefabricated incident 27 === Adding a prefabricated incident === 28 28 29 29 From the dropdown menu at the top, select "Incidents > Load Incident". The Incident Palette Window will open and display a list of prefabricated incidents included with the program. Each incident has an identification number, length, description, and count of associated events. Click the "add" button next to a particular incident to move that incident into the script. The incidents currently in the script will show up in the table at the top of the palette window. Typing a time in the text field below the "add" button (HH:MM:SS) will cause the incident to start at that time when it is added to the script.
