Changes between Version 1 and Version 2 of ScriptBuilder_QuickStart


Ignore:
Timestamp:
10/25/2017 04:14:41 PM (9 years ago)
Author:
bmcguffin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilder_QuickStart

    v1 v2  
    11Quickstart: TMC Script Builder 
    22 
    3 Welcome to the quickstart guide for the Script Builder. This page should give you an overview of the fundamentals of the program. 
     3Welcome to the quickstart guide for the Script Builder. This page should give you an overview of the fundamental workings of the program. 
    44 
    55Download and Start 
     
    99You can run the program by opening this JAR file, or from the command prompt line by running the 
    1010command "java -jar !ScriptBuilder.jar" from inside the ZIP folder. 
     11 
     12Script Builder Window 
     13 
     14Upon launching the program, you should see the following screen: 
     15<ScriptBuilder Main Screen> 
     16 
     17From 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 
     19Loading a previously existing XML file 
     20 
     21From 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 
     23Starting a new file 
     24 
     25From 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 
     27Adding a prefabricated incident 
     28 
     29From 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.