home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
graphic1
/
stix100.lzh
/
ABCBOX.BAS
next >
Wrap
BASIC Source File
|
1989-12-28
|
289b
|
12 lines
1 'creates the master sheet for the STIX.EXE STICKER LIBRARY
5 KEY OFF
10 SCREEN 1
20 DEF SEG=&HB800
30 X1=4:X2=107:Y1=0:Y2=95:
40 FOR I = 1 TO 3
50 LINE(X1,Y1)-(X2,Y2),,B
60 LINE(X1,Y1+96)-(X2,Y2+96),,B
70 X1=X1+104:X2=X2+104
80 NEXT I
100 BSAVE"ABCMAST",0,16384