home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / graphic1 / stix100.lzh / ABCBOX.BAS next >
BASIC Source File  |  1989-12-28  |  289b  |  12 lines

  1. 1 'creates the master sheet for the STIX.EXE STICKER LIBRARY
  2. 5  KEY OFF
  3. 10 SCREEN 1
  4. 20 DEF SEG=&HB800
  5. 30 X1=4:X2=107:Y1=0:Y2=95:
  6. 40 FOR I = 1 TO 3
  7. 50     LINE(X1,Y1)-(X2,Y2),,B
  8. 60     LINE(X1,Y1+96)-(X2,Y2+96),,B
  9. 70     X1=X1+104:X2=X2+104
  10. 80 NEXT I
  11. 100 BSAVE"ABCMAST",0,16384
  12.