home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 065.lha / showanim.doc < prev    next >
Text File  |  1986-11-20  |  3KB  |  70 lines

  1. Copyright 1987 Aegis Development and Sparta Inc.
  2.  
  3.  
  4.  
  5.     ShowANIM     A program for the playing of ANIM file.
  6.                  We have provided ShowANIM so that you can distribute
  7.                  your VideoScape 3D animation.  ShowANIM is a freely
  8.                  distributable "player" program.  PlayANIM is NOT to
  9.                  be given away.
  10.  
  11.                  ShowANIM is designed so that you can create self booting
  12.                  demo disks.  It uses a single command line argument.
  13.                  You can edit the startup-sequence of a WorkBench disk
  14.                  to play a animation that you have created.  This could
  15.                  be used for the startup of a program, or disk based
  16.                  magazine.
  17.  
  18.                  The usage for this program is simply:
  19.  
  20.                          ShowANIM filename
  21.  
  22.                  which will load the specified ANIM file into memory
  23.                  and play it one time.
  24.  
  25.                  There are also three switches which can be used:
  26.  
  27.                       -l   loop mode - will replay the animation
  28.                            over and over from the start.  Execution
  29.                            can be terminated only by a re-boot.
  30.                            Optionally you can specify a number of loops.
  31.                            For example -l8 would play the animation eight
  32.                            times.
  33.  
  34.                       -c   continuous play mode - this is similar to
  35.                            -l above except ShowANIM assumes you have a
  36.                            two frame overlap at the end of the ANIM file
  37.                            (the last two frames are IDENTICAL to the
  38.                            first two).  Given this requirement, ShowANIM
  39.                            can play the animation over and over in a
  40.                            continuous fashion.  You can also specify
  41.                            the number of loops, for example -c5 would
  42.                            play the animation five times.
  43.  
  44.                       +nn  where nn is a two digit number indicating the
  45.                            number of vertical blanks (1/60 sec jiffies)
  46.                            for each frame.  ShowANIM will assure that at
  47.                            least this number of vertical blanks will 
  48.                            occur between frames.  e.g. a +6 will produce
  49.                            a 10 frame/second animation provided ShowANIM
  50.                            can reconstruct the frames that fast.  This
  51.                            will override the reltime parameter on the
  52.                            ANHD chunks on the ANIM file.
  53.  
  54.                  For example, to show the triplanes.anim file on this
  55.                  disk continuously at 15 frames per second, for ten
  56.                  times enter:
  57.  
  58.                         ShowANIM -c10 +4 r_baron.anim
  59.  
  60.  
  61.                  R_Baron.anim - This is a nice animation of a tri-plane
  62.                  provided courtesy of Allen Hastings (author of
  63.                  VideoScape-3D on which this ANIM was produced).
  64.                  This ANIM file has a two frame overlap at the end 
  65.                  which permits it to be played back with the -c switch
  66.                  (continuous play) in which case it will fly round and
  67.                  round forever (nearly).
  68.  
  69.  
  70.