' Install script for MAPIT,  Copyright 1992 John B. Allison
BACKGROUND 63    ' display cyan colored background (see color chart in docs)
LANGUAGE ENGLISH
BORDER 1                                   ' single line borders. 2 = double, 0 = no border
TELESCOPE ON
SHADOW ON

WINOPEN 0 0 31
"             Quality Mapping Software"
""
"                        by                         "
""
"                 Allison Software"
"                  166 Shady Lane"
"              Apollo, PA  15613, USA"
""
"      412-727-2198     CompuServe 72600,1200"

PAUSE 300
WINUPDATE +2 +1 30
"                 Welcome to MAPIT               "      ' yellow text
WINUPDATE +2 +3 27                                      ' turquois
"The Detailed World Mappping/Graphics Notepad System"

PAUSE 500                     ' 5 second delay
WINCLOSE

WINOPEN 0 2 30
"                 Welcome to MAPIT               "      ' yellow text
""
""
""

WINUPDATE +14 +3 30                             ' yellow
"MAPIT is a problem solver."
PAUSE 200
WINUPDATE +20 +3 31                             ' white
"is a problem solver."
WINUPDATE +14 +4 30                             ' yellow
"MAPIT is a communicator."
PAUSE 200
WINUPDATE +20 +4 31                             ' white
"is a communicator."

WINOPEN 0 10 31
"MAPIT will help you:"
"                                                                       "
""
""
""
""
""
WINUPDATE +2 +1 30                       ' display text in yellow
"MAPIT"
PAUSE 200
BEEP
WINUPDATE +2 +3 30                       ' display text in yellow
"  Visualize"
PAUSE 100
WINUPDATE +2 +3 30                       ' display text in yellow
"  Visualize, Analyze"
PAUSE 100
WINUPDATE +2 +3 30                       ' display text in yellow
"  Visualize, Analyze, Investigate"
PAUSE 100
WINUPDATE +2 +3 30                       ' display text in yellow
"  Visualize, Analyze, Investigate, and Solve"
PAUSE 100
WINUPDATE +2 +3 30                       ' display text in yellow
"  Visualize, Analyze, Investigate, and Solve location-related problems."
PAUSE 200
WINUPDATE +2 +3 31                       ' display text in yellow
"  Visualize, Analyze, Investigate, and Solve location-related problems."
BEEP
WINUPDATE +2 +5 30                       ' display text in yellow
"  Record"
PAUSE 100
WINUPDATE +2 +5 30                       ' display text in yellow
"  Record, Track"
PAUSE 100
WINUPDATE +2 +5 30                       ' display text in yellow
"  Record, Track, and Organize"
PAUSE 100
WINUPDATE +2 +5 30                       ' display text in yellow
"  Record, Track, and Organize data and relationships."
PAUSE 200
WINUPDATE +2 +5 31                       ' display text in yellow
"  Record, Track, and Organize data and relationships."
BEEP
WINUPDATE +2 +7 30                       ' display text in yellow
"  Communicate"
PAUSE 100
WINUPDATE +2 +7 30                       ' display text in yellow
"  Communicate and Distribute"
PAUSE 100
WINUPDATE +2 +7 30                       ' display text in yellow
"  Communicate and Distribute data, ideas, and solutions."
PAUSE 300
WINUPDATE +2 +7 31                       ' display text in yellow
"  Communicate and Distribute data, ideas, and solutions."

WINOPEN 50 21 31
"Press [Enter] to continue."
WINUPDATE +9  +1  27
"Enter"                                 '  turquois text
WAIT +14  +1
WINCLOSE
WINCLOSE
'--------------------------------------------------------------------------
WINOPEN 0 10 31
"MAPIT's database contains:"
"                                                         "
""
""
""
""
""
""
WINUPDATE +2 +1 30                       ' display text in yellow
"MAPIT"

PAUSE 100
WINUPDATE +2 +2 31                                         ' White text
"  6,000 international cities"
PAUSE 200
WINUPDATE +2 +3 31                                         ' White text
"  19,000 US cities with 1990 populations"
PAUSE 200
WINUPDATE +2 +4 31                                         ' White text
"  5,000,000 data points organized by"
PAUSE 200
WINUPDATE +39 +4 30                                        ' Yellow text
"coastlines,"
PAUSE 100
WINUPDATE +2 +5 30                                         ' Yellow text
"    lakes,"
PAUSE 100
WINUPDATE +39 +5 30                                        ' Yellow text
"rivers,"
PAUSE 100
WINUPDATE +2 +6 30                                         ' Yellow text
"    canals,"
PAUSE 100
WINUPDATE +39 +6 30                                        ' Yellow text
"reefs,"
PAUSE 100
WINUPDATE +2 +7 30                                         ' Yellow text
"    salt flats,"
PAUSE 100
WINUPDATE +39 +7 30                                        ' Yellow text
"national boundaries,"
PAUSE 100
WINUPDATE +2 +8 30                                         ' Yellow text
"    US and Canadian state and provincial boundries."
PAUSE 300

WINOPEN 50 21 31
"Press [Enter] to continue."
WINUPDATE +9  +1  27
"Enter"                                 '  turquois text
WAIT +14  +1
WINCLOSE
WINCLOSE
'--------------------------------------------------------------------------
WINOPEN 0 4 31
"Use MAPIT to:"
"                                                                        "
""
""
""
""
""
""
""
""
""
""
""
WINUPDATE +6 +1 30                       ' display text in yellow
"MAPIT"
PAUSE 100

WINUPDATE +2 +3 31
"Insert lines and figures to within 100 feet," 
PAUSE 200
WINUPDATE +47, +3 30
"ANYWHERE IN THE WORLD."
PAUSE 200
WINUPDATE +2, +5 31
"Label with stroked text in 7 fonts, in any size, at any angle."
PAUSE 400
WINUPDATE +2, +7 31
"Document with hidden text - a screen's-worth of data behind each marker."
PAUSE 400
WINUPDATE +2, +9 31
"Draw Great Circles and Range Curves."
PAUSE 300
WINUPDATE +2, +11 31
"Plot detailed maps with HP-GL/2 on your laser printer."
WINUPDATE +7 +11 30
"detailed"
PAUSE 300
WINUPDATE +2, +13 31
"Export colorful .PCX screen dumps."
PAUSE 300

WINOPEN 50 21 31
"Press [Enter] to continue."
WINUPDATE +9  +1  27
"Enter"                                 '  turquois text
WAIT +14  +1
WINCLOSE
WINCLOSE


WINOPEN 0 12 31
"MAPIT contains a wealth of information" 
""
"                   and is just plain fun to use!"
WINUPDATE +2 +1 30                       ' display text in yellow
"MAPIT"
WINUPDATE +49 +3 30                      ' display text in yellow
"!"
PAUSE 300
WINCLOSE
WINCLOSE

SCRIPT ~0\INSTALL2.FIL                  '  Jump to 2nd half of install script.
