home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 37 / af037b.adf / UTILs / CombineANIM.Doc < prev    next >
Text File  |  1992-06-18  |  1KB  |  32 lines

  1. CombneANIM V1.0 - Join two animations into one.
  2.  
  3.    CombineANIM is used to join two animations into one larger one. This is
  4. usually used in conjunction with the SplitANIM utility to combine
  5. animations that were split up due to lack of system memory.  This program 
  6. is freely re-distributable.  This means that you may distribute it to anyone, 
  7. or anywhere that you so desire providing that this unaltered file, and the
  8. original unmodified program are distributed together.
  9.  
  10.    To use CombineANIM you must first have two animation that are of the
  11. same resolution and display modes.  This information can be obtained
  12. through the use of the ANIMInfo utility.   Once you have these two
  13. animations you can combine them into one.  
  14.  
  15.    To call CombineANIM from the CLI simply type:
  16.  
  17.       CombineANIM <return>
  18.  
  19.    to run CombineANIM from the workbench simply double click its icon.
  20.  
  21.    You will be prompted for a pathname which will be used to create a new
  22. animation.   You will then be prompted for two more pathnames.  These files
  23. must already exists, and must be valid Opcode-5 type animations.  These two
  24. animations will be combined into a new animation.
  25.  
  26. If you wish you can give the information to CombineANIM on the command line
  27. when calling it from a CLI.
  28.  
  29. i.e.  CombineANIM newanim anim1 anim2 <return>
  30.  
  31.  
  32.