home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 72.dms / 72.adf / slide-Doc < prev    next >
Text File  |  2008-06-02  |  4KB  |  107 lines

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