home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 329.lha / SlideMaster_v0.1 / Slide.rexx < prev    next >
OS/2 REXX Batch file  |  1990-01-05  |  339b  |  23 lines

  1. /* Slide.REXX  by Aric R Caley      */
  2. /* Assumes SlideMaster is running */
  3.  
  4. addlib('rexxsupport.library',0,-30,0) /* For the delay() function */
  5.  
  6. shell smaster
  7.  
  8. loadpic 'lauran'
  9. wipe verttocenter
  10. delay(500)
  11.  
  12. loadpic 'amiga'
  13. wipe left
  14. delay(500)
  15.  
  16. loadpic 'lady.dressed'
  17. wipe up
  18. delay(500)
  19.  
  20. loadpic 'lady.face'
  21. wipe horizfromcenter
  22. delay(750)
  23.