home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 601-625 / apd613 / easy_slide.doc < prev    next >
Text File  |  1994-05-21  |  2KB  |  64 lines

  1.  
  2.                                 ===============
  3.                                 EASY SLIDE V1.0
  4.                            ==========================
  5.                            Written By John.A.Kinsella
  6.                            ==========================
  7.  
  8. INTRODUCTION
  9. ------------
  10.  
  11. This small program can actually be used to create some great slideshows,
  12. spanning as many disks as you like, with the option of playing music as
  13. well.
  14.  
  15.  
  16. USAGE
  17. -----
  18.  
  19. To use this program simply create a boot disk with the program included on
  20. it, and also with the pictures and music file you will be using in the slide
  21. itself.
  22.  
  23. Now all you do is add the following line to your STARTUP-SEQUENCE file, and
  24. you will have an auto-booting slideshow.
  25.  
  26.    EASYSLIDE (Path To Pictures) (Music File [If Required])
  27.  
  28. So, say the pictures were stored on a disk in the PICS directory, and you
  29. would like to play a piece of music called MOD.MUSIC that is in the MODULES
  30. directory, you would put.
  31.  
  32.    EASYSLIDE DF0:Pics DF0:Modules/MOD.Music
  33.  
  34. NOTE:  All pictures are displayed in alphabetical order, so you could make a
  35.        title screen called A_Pic.IFF and an end screen called Z_Pic.ABK.
  36.  
  37.  
  38. INFORMATION
  39. -----------
  40.  
  41. Easy Slide can display IFF (Non-AGA) and AMOS ABK pictures, and can also
  42. play SoundTracker and AMOS ABK music modules, but it will only work on
  43. drive DF0:.
  44.  
  45. During the slideshow, pressing a mouse key will move on a picture, and the
  46. Escape key will quit the slideshow.
  47.  
  48. If you wish to use multiple disks in your slideshow, make the last picture
  49. on your disk called ZZZZZ_NEWDISK which should contain a message asking the
  50. user to insert the next disk of your slideshow, and once the disk is
  51. inserted, press the mouse key, and it will re-read the disk and show the
  52. pictureson that certain disk, the same goes for any other disk on your
  53. slideshow, but make sure all of the pictures on each of the disks are stored
  54. in the exact same directory.
  55.  
  56. If the slideshow cannot find a disk in the drive with the pictures on it, a
  57. message will appear on the screen asking you to place the disk in the drive,
  58. if you press a mouse key, then it will continue with the slideshow, or you
  59. can press Escape to quit the show.
  60.  
  61. The source code for this program is included on disk, inside the SOURCE dir.
  62.  
  63.  
  64.