home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=6
- 01=Horizontal Mirror RL
- 02=
- 03=This script will take the current
- 04=image in TPaint and flip half the
- 05=image Horizontally and create a
- 06=Mirror Image of the Right side.
-
- */
-
- options results
-
- arg Num TotalNum
- Address "DigiPaint"
-
- 'Pmcl'
- 'Dotb'
- 'Drre'
- 'Scis'
- 'Pend' 376 0
- 'Penu' 752 480
- 'Flix'
- 'Pend' 188 240
- 'Penu' 188 240
- 'Brt7'
- exit
-