Changes between Version 2 and Version 3 of ScriptBuilder_QuickStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ScriptBuilder_QuickStart

    v2 v3  
    1 Quickstart: TMC Script Builder 
     1= Quickstart: TMC Script Builder = 
    22 
    33Welcome to the quickstart guide for the Script Builder. This page should give you an overview of the fundamental workings of the program. 
    44 
    5 Download and Start 
     5== Download and Start == 
    66 
    77You can find the download file on the DownloadPage. It's the second link: "!ScriptBuilder Program." 
     
    1010command "java -jar !ScriptBuilder.jar" from inside the ZIP folder. 
    1111 
    12 Script Builder Window 
     12== Script Builder Window == 
    1313 
    1414Upon launching the program, you should see the following screen: 
     
    1717From 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". 
    1818 
    19 Loading a previously existing XML file 
     19=== Loading a previously existing XML file === 
    2020 
    2121From 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. 
    2222 
    23 Starting a new file 
     23=== Starting a new file === 
    2424 
    2525From 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. 
    2626 
    27 Adding a prefabricated incident 
     27=== Adding a prefabricated incident === 
    2828 
    2929From 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.