home *** CD-ROM | disk | FTP | other *** search
- ;**********************************************************
- ; Crazy script - uses some unusual color combinations
- ; Created with lots of help from Winster, the script
- ; utility included with the registered Universal INSTALL
- ; package.
- ;**********************************************************
- ;
- [Screen 1]
- Backplane blue on gray=▀
- BuildWindow
- StartRow =Center
- StartColumn =Center
- RowMargin =7
- ColumnMargin =24
- WindowColor =White
- Border =Red
- EndWindow
- BuildWindow
- StartRow =Window +1
- StartCol =Window +4
- WindowColor =Gray
- ShadowType =Small
- Text Red on Gray =Welcome to a crazy Installation!
- EndWindow
- BuildWindow
- StartRow =window +6
- StartCol =Window +3
- ColumnMargin =3
- RowMargin =1
- WindowColor =Gray
- ShadowType =Small
- Text White =This simple script showcases some of
- Text Blue =the more unusual colors/screens
- Text White =we have stumbled upon.
- Text Magenta =You may want to adapt them!
- EndWindow
- Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
- On (Esc) Jump =Quit
- ;
- ;
- ;
- [Screen 2]
- ClearScreen
- BackPlane Magenta on Red =▓
- Text White on Red (35,7) =!
- Text White on Red (5,13) =!
- Text White on Red (72,3) =!
- Text White on Red (55,24) =!
- Text White on Red (61,15) =!
- Text White on Red (27,18) =!
- BuildWindow
- StartRow =2
- StartColumn =5
- WindowColor =Gray
- ShadowType =None
- Text Red =If you have a color monitor,
- Text Red =this background is very pink!
- EndWindow
- Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
- ;
- ;
- ;
- [Screen 3]
- ClearScreen
- BackPlane Green on Magenta =░
- BuildWindow
- StartRow =2
- StartColumn =5
- WindowColor =Gray
- ShadowType =Big
- Text Magenta =Or, how about a purple background?
- EndWindow
- Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
- ;
- ;
- ;
- [Screen 4]
- ClearScreen
- BackPlane Green on Brown =▌
- BuildWindow
- StartRow =19
- StartColumn =35
- WindowColor =Green
- ShadowType =Big
- Text Black =Now this is a designer screen!
- EndWindow
- Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
- ;
- ;
- ;
- [Screen 5]
- ClearScreen
- BackPlane Gray on Brown =■
- BuildWindow
- StartRow =Center
- StartColumn =Center
- WindowColor =Blue
- ShadowType =Big
- Text White =The point of this script is:
- Text White =However you want your screens to look,
- Text White =you can do it with Universal INSTALL!
- EndWindow
- Wait =Enter,Esc,Space,F1,F2,F3,F4,F5,F6,F7,F8,F9,F10,Tab,PgUp,PgDn
- ;
- ;
- ;
- [Last Screen]
- ClearScreen
- BackPlane Blue on Green =▒
- BuildWindow
- StartRow =Center
- StartColumn =Center
- WindowColor =Green
- ShadowType =Big
- Text White =Universal INSTALL by The GoodSoft Co.
- EndWindow
- SystemDelay =2
- BuildWindow
- StartRow =20
- StartColumn =Center
- WindowColor =Black
- ShadowType =None
- Text White =Press ESC to quit.
- EndWindow
- Wait =Esc
- ;
- ;
- ;
- [Quit]
- ClearScreen
-