home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk428.lzh / CyroUtils / SplitANIM.Doc < prev    next >
Text File  |  1991-01-10  |  1KB  |  37 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.
  26.  
  27. If you wish you can give the information to SplitANIM on the command line
  28. when calling it from a CLI.  
  29.  
  30. i.e.   SplitANIM animname 15 <return>
  31.    
  32.  
  33.  
  34.    SplitANIM will create two new files with the same name as the original
  35. except that it will append a ".1" and a ".2" to the end.  These two files
  36. are valid Opcode-5 Animations and can be viewed and manipulated as such.
  37.