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

  1. SplitANIM V1.0 - Split one animation into two.
  2.  
  3.  
  4.    SplitANIM is used to split a single animation into two smaller ones.
  5. This is mostly used to enable manipulation of an animation that is too
  6. large to fit into memory.   This program is freely re-distributable.  
  7. This means that you may distribute it to anyone, or anywhere that you 
  8. so desire providing that this unaltered file, and the original unmodified
  9. program are distributed together.
  10.  
  11.    To use SplitANIM you must first know how many frames are in the
  12. animation that you want to split.  This information can be obtained through
  13. the use of the ANIMInfo program.  Once you know how many frames there are
  14. in the animation you must decide where you wish to split the animation.
  15. At this point you can use SplitANIM to perform the operation.  
  16.  
  17.    To call SplitANIM from CLI simply type :
  18.  
  19.       SplitANIM <return> 
  20.  
  21.    To run SplitANIM from workbench simply double click on its icon.
  22.  
  23.  
  24.    You will be prompted for the full pathname of the animation that you
  25. wish to split, and the frame at which you wish to split it at, and the
  26. destination anim name.  The program will append a ".1" and a ".2" to the
  27. destination name, for the two new animation names.
  28.  
  29. If you wish you can give the information to SplitANIM on the command line
  30. when calling it from a CLI.  
  31.  
  32. i.e.   SplitANIM animname 15 <return>
  33.    
  34.  
  35.  
  36.    SplitANIM will create two new files with the same name as the original
  37. except that it will append a ".1" and a ".2" to the end.  These two files
  38. are valid Opcode-5 Animations and can be viewed and manipulated as such.
  39.