home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 42
/
CDGAMER42.iso
/
FishSim
/
fsetup
/
gsn
/
peg.gsn
< prev
next >
Wrap
Text File
|
1999-05-12
|
756b
|
36 lines
SETCOL 0 0 0 0
SETCOL 11 26 26 26
SETCOL 15 31 31 31
SETCOL 7 18 18 18
SETCOL 63 31 0 0
SETCOL 25 0 18 0
SETCOL 26 29 29 0
SETCOL 13 29 29 29
SETCOL 55 20 0 0
SETCOL 16 30 30 27
ADD 110 67
CONTAINER 0 0 421 280
DIALOG 0 0 420 280 8 8 16 11 15 7
changefont TM20
rem ** graphic for the peg goes here if one is needed **
putgraphic 15 20 graphics/roach.pcx
rem *** Peg name goes here **
SHADOW 180 15 25 0 1 [peg name]
rem ** underline the peg name **
Linex 180 38 380 63
rem ** Always put a close button on the screen **
BUTTON 175 239 235 259 11 15 7 [CLOSE]
changefont tm15
rem ** Don't forget the close button text **
string 190 242 0 1 Close
changefont tm10
string 170 48 0 1 Line 1
string 170 60 0 1 Line 2
END