home *** CD-ROM | disk | FTP | other *** search
- /* Slide.REXX by Aric R Caley */
- /* Assumes SlideMaster is running */
-
- addlib('rexxsupport.library',0,-30,0) /* For the delay() function */
-
- shell smaster
-
- loadpic 'lauran'
- wipe verttocenter
- delay(500)
-
- loadpic 'amiga'
- wipe left
- delay(500)
-
- loadpic 'lady.dressed'
- wipe up
- delay(500)
-
- loadpic 'lady.face'
- wipe horizfromcenter
- delay(750)
-