home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / UNST13.ZIP / SCREENS < prev    next >
Text File  |  1993-08-16  |  3KB  |  131 lines

  1. ;**********************************************************
  2. ;  Crazy script - uses some unusual color combinations
  3. ;  Created with lots of help from Winster, the script
  4. ;  utility included with the registered Universal INSTALL
  5. ;  package.
  6. ;**********************************************************
  7. ;
  8. [Screen 1]
  9. Backplane blue on gray=▀ 
  10. BuildWindow
  11.   StartRow     =Center
  12.   StartColumn  =Center
  13.   RowMargin    =7
  14.   ColumnMargin =24
  15.   WindowColor  =White
  16.   Border       =Red
  17. EndWindow
  18. BuildWindow
  19.   StartRow    =Window +1
  20.   StartCol    =Window +4
  21.   WindowColor =Gray
  22.   ShadowType  =Small
  23.   Text Red on Gray =Welcome to a crazy Installation!
  24. EndWindow
  25. BuildWindow
  26.   StartRow     =window +6
  27.   StartCol     =Window +3
  28.   ColumnMargin =3
  29.   RowMargin    =1
  30.   WindowColor  =Gray
  31.   ShadowType   =Small
  32.   Text White   =This simple script showcases some of
  33.   Text Blue    =the more unusual colors/screens 
  34.   Text White   =we have stumbled upon. 
  35.   Text Magenta =You may want to adapt them!
  36. EndWindow
  37. Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
  38. On (Esc) Jump =Quit
  39. ;
  40. ;
  41. ;
  42. [Screen 2]
  43. ClearScreen
  44. BackPlane Magenta on Red =▓
  45. Text White on Red (35,7) =!
  46. Text White on Red (5,13) =!
  47. Text White on Red (72,3) =!
  48. Text White on Red (55,24) =!
  49. Text White on Red (61,15) =!
  50. Text White on Red (27,18) =!
  51. BuildWindow
  52.   StartRow    =2
  53.   StartColumn =5
  54.   WindowColor =Gray
  55.   ShadowType  =None
  56.   Text Red    =If you have a color monitor,
  57.   Text Red    =this background is very pink!
  58. EndWindow
  59. Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
  60. ;
  61. ;
  62. ;
  63. [Screen 3]
  64. ClearScreen
  65. BackPlane Green on Magenta =░
  66. BuildWindow
  67.   StartRow     =2
  68.   StartColumn  =5
  69.   WindowColor  =Gray
  70.   ShadowType   =Big
  71.   Text Magenta =Or, how about a purple background?
  72. EndWindow
  73. Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
  74. ;
  75. ;
  76. ;
  77. [Screen 4]
  78. ClearScreen
  79. BackPlane Green on Brown =▌
  80. BuildWindow
  81.   StartRow    =19
  82.   StartColumn =35
  83.   WindowColor =Green
  84.   ShadowType  =Big
  85.   Text Black  =Now this is a designer screen!
  86. EndWindow
  87. Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
  88. ;
  89. ;
  90. ;
  91. [Screen 5]
  92. ClearScreen
  93. BackPlane Gray on Brown =■
  94. BuildWindow
  95.   StartRow    =Center
  96.   StartColumn =Center
  97.   WindowColor =Blue
  98.   ShadowType  =Big
  99.   Text White  =The point of this script is:
  100.   Text White  =However you want your screens to look,
  101.   Text White  =you can do it with Universal INSTALL!
  102. EndWindow
  103. Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
  104. ;
  105. ;
  106. ;
  107. [Last Screen]
  108. ClearScreen
  109. BackPlane Blue on Green =▒
  110. BuildWindow
  111.   StartRow    =Center
  112.   StartColumn =Center
  113.   WindowColor =Green
  114.   ShadowType  =Big
  115.   Text White  =Universal INSTALL by The GoodSoft Co.
  116. EndWindow
  117. SystemDelay =2
  118. BuildWindow
  119.   StartRow    =20
  120.   StartColumn =Center
  121.   WindowColor =Black
  122.   ShadowType  =None
  123.   Text White  =Press ESC to quit.
  124. EndWindow
  125. Wait =Esc
  126. ;
  127. ;
  128. ;
  129. [Quit]
  130. ClearScreen
  131.