home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / ph_progs.lha / PH_PROGS.AMOS / readme < prev   
Text File  |  1993-06-02  |  3KB  |  94 lines

  1. In this archive are 5 AMOS programs, all written by me (Paul Hickman - NO
  2. relation to Peter). Feel free to copy / modify / distribute / include in your
  3. own programs, but please acknowledge where you got them.
  4.  
  5. Also, I`d love to hear suggestions (or see examples) of improvements, comments
  6. and bug fixes (I hope these won't be necessary). All have only been tested on
  7. standard AMOS version 1.36
  8.  
  9. File_Copy.acc
  10.  
  11.     How often are you running AMOS from floppy, with no workbench, and
  12.     your suddenly find you need to copy a file to your boot disk to get
  13.     your programs to work?
  14.  
  15.     The short accessory provides a simple no frills file-copier. I
  16.     understand that this is defaunt in AMOS PRO, as you get a SID/
  17.     DIR Works style disk manager.
  18.  
  19.  
  20. Mask_Modify.AMOS
  21.  
  22.     Probably the most usefull program, this is a procedure to change
  23.     the colour that is transparent on bobs. You can either
  24.  
  25.         - Choose any one colour that is transparent instead of
  26.           colour 0.
  27.  
  28.         - Choose any one colour that is the only colour visible
  29.           (All others being transparent)
  30.  
  31.         - Make no colours transparent (Similar to No Mask), but
  32.           do not leave a strip of colour 0 to the right of the
  33.           image if it's width is not a multiple of 16.
  34.  
  35.     All these changes leave your bobs totally compatible with all
  36.     AMOS commands, as it's only the mask bitmap that is modified.
  37.  
  38.  
  39. Pixel_Tools.AMOS
  40.  
  41.     This program contains four routines providing mosaic style effects.
  42.     To get the idea, run the program - It requires a picture from the
  43.     AMOS data disk for the example, but you can use any 16 colour IFF
  44.     Picture if you don't have this one.
  45.  
  46.     Pixel Write :     Makes a string appear a pixel at a time in a semi-
  47.             Random order, storing the background.
  48.  
  49.     Pixel Clear :    Replace the background from the last pixel write in
  50.             the same mosaic style
  51.  
  52.     Pixel Copy  :    Similar to screen copy, but copies the area in small
  53.             blocks of a specied size, with a mosaic pattern
  54.  
  55.     Pixel Blank :    Clears the area of the screen given in a mosiac
  56.             style
  57.  
  58.     If you have AMOS Turbo extension, you can use F plot and F point to
  59.     speed up Pixel Write & Pixel Clear, by replacing the plot and point
  60.     instructions with them
  61.  
  62.  
  63. Poly_Landscape.AMOS
  64.  
  65.     A simple example of a light source shaded background (Midwinter style)
  66.     generated with the polygon command. It's fairly slow, unless compiled
  67.  
  68. Quick_Compiler.AMOS
  69.  
  70.     For those who a developing, thus repeatedly compiling the same program.
  71.     replaces 50K of Compiler.AMOS with 1.7K. (Although you lose the ability
  72.     to crunch programs, I prefer to use Powerpacker, so virus checkers can
  73.     decrunch & check the programs)
  74.  
  75.     Erm.. A slight bug here, I've left the name of the last program I
  76.     compiled in S$ and D$ at the start of the program - please replace
  77.     them with
  78.  
  79.         s$=""
  80.         d$=""
  81.  
  82.     Otherwise you won't get any file requesters!
  83.  
  84. +-------------------------+------------------------------------+
  85. |                         |    _____                   |
  86. | PAUL HICKMAN            |   /     \     ON A HOT SUMMER NIGHT  |
  87. | (ph@doc.ic.ac.uk)       |  /  O O  \  WOULD YOU  OFFER YOUR  |
  88. | DEPARTMENT OF COMPUTING | |    _    | THROAT  TO  THE  WOLF  |
  89. | IMPERIAL COLLEGE LONDON |  \  / \  /     WITH THE RED  ROSES ?  |
  90. |                         |   \_____/                   |
  91. +-------------------------+------------------------------------+
  92. Machine A500 WB1.3 - 1mb Memory - External Disk Drive.
  93.  
  94.