home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u321.dms / in.adf / DPSlide.Doc < prev    next >
Encoding:
Text File  |  1993-11-08  |  3.6 KB  |  100 lines

  1. List (Unformatted): DOCUMENTATION
  2.  DPSlide v1.0 Documentation
  3.  --------------------------
  4.  
  5.  
  6.  DPSlide v1.0  25-Jan-86
  7.  Copyright (C) 1986  Paul A. Biondo
  8.  
  9.  by
  10.  
  11.  Paul A. Biondo
  12.  185 Powderhouse Blvd.
  13.  Somerville, MA 02144
  14.  
  15.  CompuServe: 74746,277
  16.  
  17.  DPSlide is a slide show program for displaying graphic images which
  18.  are output from the Deluxe Paint program from Electronic Arts, and those
  19.  images which are compatible with that output.
  20.  
  21.  DPSlide allows the user to select the slides which are to be shown, the
  22.  length of time for each slide to appear on the screen and the method of
  23.  bringing the slide up on to the screen.  There are five methods for
  24.  bringing a slide up on to the screen.
  25.  
  26.  The five methods are:
  27.  
  28.  Pop Up: The slide pops on the screen instantaneously.
  29.  Fade In: The slide fades on to the screen.
  30.  Fade Out/Fade In: The old slide fades out, then the new one fades in.
  31.  Scroll Up: The new slide scrolls up over the old slide.
  32.  Scroll All: The entire display scrolls up bringing the new slide into view.
  33.  
  34.  Amiga owners with 512K of memory can display any combination of Deluxe
  35.  Paint images, mixing low, medium and hi resolution images.  Owners with
  36.  only 256K of memory are limited to only displaying low resolution images.
  37.  
  38.  Warning for 512K owners: using two hi resolutions images in a row, uses
  39.  a large amount of memory.  When doing this, if memory is fragmented, the
  40.  program may not be able to get all the memory it needs and may crash.  To
  41.  insure that you have enough memory, reboot before running the program
  42.  and make sure no other CLIs are running.
  43.  
  44.  
  45.  Running the program:
  46.  --------------------
  47.  
  48.  To run the program type:
  49.  
  50.  DPSlide <commandfile>
  51.  
  52.  The program will loop continuously thru the command file displaying the
  53.  slides as directed.  While the program is executing and the DPSlide window
  54.  is the active one on the WorkBench screen, there are three function keys
  55.  available.
  56.  
  57.  The F1 key can be used to pause the program so that whatever slide is on
  58.  screen will stay until F1 is hit again.  The F2 key is used to push DPSlide
  59.  to the background and make the WorkBench screen come to the top.  At this
  60.  point you can run other programs from any CLIs that are available.  To
  61.  return to DPSlide hit F2 again.  Make sure that you click in the DPSlide
  62.  window first to activate it, so that the F2 will be read by DPSlide.  The
  63.  F10 key is used to it DPSlide.
  64.  
  65.  
  66.  Build the command file:
  67.  ------------------------
  68.  The command file is a text file created with Amiga Ed. It has the format
  69.  of one line per slide which must be the exact name of the slide.  It can
  70.  contain any valid Amiga filename that does not include a comma, including
  71.  the location of that file if it is not in the current directory. It should
  72.  be limited to 80 characters.
  73.  
  74.  Startmode: The method used to bring the slide up on the screen.
  75.             0 = Pop Up
  76.             1 = Fade In
  77.             2 = Fade Out/Fade In
  78.             3 = Scroll Up
  79.             4 = Scroll All
  80.  
  81.  The next two modes: Not currently implemented.  Should always be 0.
  82.  
  83.  Secondmode: The number of seconds to display the slide
  84.  Endmode: Not in the command file.
  85.  
  86.  Below is an example of the command file:
  87.  
  88.  KingTut,0,0,0,10
  89.  Starflight,2,0,0,8
  90.  PaintCan,3,0,0,10
  91.  
  92.  This would display the KingTut image for 10 seconds using the Pop Up method,
  93.  the Starflight image for 8 seconds using the Fade In/Fade Out method and the
  94.  PaintCan image for 10 seconds using the Scroll Up method.  These 3 images
  95.  would be continuously displayed util F10 is hit.
  96.  
  97.  If you have any comments or questions please feel free to write me at
  98.  the address above or on CompuServe. I hope you have fun!
  99.  
  100.