home *** CD-ROM | disk | FTP | other *** search
- /*
- I/O Rexx Example
- */
-
- options results
-
- address "ArtEffect"
-
- lockgui
- loadpic 'pics:photoshop/portrait.jpg'
-
- /*address command wait 5*/
-
- domethod twirl angle '-20'
- domethod antique color
-
- /*
- IMPORTANT!
- Without leaving the plugins they can
- not be reached from menu anymore.
- */
- domethod antique noexec quit
- domethod twirl noexec quit
- unlockgui
-
-