home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / abdemos.lzh / ABDEMOS / README < prev    next >
Encoding:
Text File  |  1991-11-01  |  2.0 KB  |  65 lines

  1. [This is a copy of the document I received from Carolyn Scheppner along
  2.  with the disk.  Any errors that have occured in the process of typing it
  3.  in are mine...  You can create a demo disk by cloning a working AmigaBasic
  4.  disk, deleting the basicdemos and tfiles directories, and overlaying
  5.  whats left with the contents of this directory via a command of the
  6.  form "copy AmigaLibDisk27:ABdemos df1: all"     Fred Fish  28-Jun-86]
  7.  
  8.  
  9. Enclosed is a disk containing my AmigaBasic demos.  For distribution,
  10. I removed AmigaBasic from the disk and replaced it with an icon:
  11.  
  12.          ----------------
  13.         <        <
  14.          \    NOTICE!     \
  15.           >          >
  16.           ----------------
  17.         CopyAmigaBasicHere
  18.  
  19. The disk is 67% full.   There are seven sample screens on the disk which
  20. are referred to by the programs.
  21.  
  22. The disk contains:
  23.  
  24.  BasicDemos Directory:
  25.  
  26.     NewConvertFd ------    Creates .bmaps from fd files, prepending an "x"
  27.             to any system function name that conflicts with
  28.             an AmigaBasic keyword.
  29.  
  30.     BitPlanes ---------    Finds addresses of and writes directly to the
  31.             bitplanes of the screen's bitmap.
  32.  
  33.  
  34.  LibDemos directory:
  35.  
  36.     AboutBmaps --------    Short tutorial on the creation and use of bmaps.
  37.             (Basic listing)
  38.  
  39.     LoadILBM-SaveACBM -    Loads and displays an IFF ILBM pic such as those
  40.             created with GraphiCraft, DPaint or Images.
  41.             Demos color cycling if a GraphiCraft CCRT chunk
  42.             is found.  Optionally saves the screen as an 
  43.             ACBM (Amiga Contiguous BitMap) file.  An ACBM
  44.             file can be loaded more quickly by Basic.
  45.  
  46.     LoadACBM ----------    Loads and displays an ACBM pic file.
  47.  
  48.     SaveILBM ----------    Creates a demo screen and saves it as an ILBM
  49.             file, readable by GraphiCraft, DPaint, and Images.
  50.  
  51.     ScreenPrint -------    Creates a demo screen and dumps the screen to a 
  52.             graphic printer.
  53.  
  54.     exec.bmap
  55.     dos.bmap
  56.     graphics.bmap -----    Bmaps required by the demos in this directory.
  57.             (1.1 bmaps created with NewConvertFD)
  58.  
  59.  
  60.  OtherBmaps directory:
  61.  
  62.     (various)  --------    Bmaps for other system libraries.
  63.             (1.1 bmaps created with NewConvertFD)
  64.  
  65.