home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 43 / af043b.adf / convert.doc < prev    next >
Text File  |  1992-12-16  |  1KB  |  26 lines

  1.             Convert
  2.             =======
  3.             
  4.     This is the bullfrog amiga iff convert program. It will take an
  5. iff file and convert it into a data file containing a number of sprites
  6. of set height,16 pixels wide and with a mask. The sprite format is the
  7. same as that used by the bullfrog programming tutorial, so you can use
  8. it to put your own graphics in the bullfrog tutorial demo game, or even
  9. in your own game.
  10.     To use the utility type convert at the cli prompt.You will then be 
  11. prompted to enter the following information.
  12.  
  13. 1. Input Filename, must be an amiga iff file.
  14. 2. Name of data file to output.
  15. 3. Height of all the sprites to be cut from the iff file.
  16. 4. The number of sprites (blocks) to cut from the iff file.
  17.  
  18.     When all this has been entered the sprites will be cut out and saved
  19. and the program will return to the first question. Simply press return to
  20. exit.
  21.     The sprites will be cut out from the top left to top right, the 21st
  22. to 39th sprite are cut from left to right from positions immediatly under 
  23. sprites 1 to 20. Each iff file should contain sprites of the same height.
  24.     
  25.  
  26.