home *** CD-ROM | disk | FTP | other *** search
- /*
- Control Tower Arexx Script
- Written By J.L. White
- (C)1995 Merlin's Software
- Lines=5
- 01=Paint Mode Xor
- 02=
- 03=This script will take the current
- 04=image in TPaint, let you select a
- 05=color then use the XOR operator.
- */
-
- options results
-
- arg Num TotalNum
- Address "DigiPaint"
-
- if Num < 2 then do
- Address CT_1 ScreenToBack
- 'Frbx'
- Address CT_1 Y "140"
- address CT_1 OK_TEXT " OK "
- address CT_1 FYINT "Select Color From Palette Then Click OK!"
- Address CT_1 Y "71"
- Address CT_1 ScreenToFront
- end
- 'Pmxo'
- 'Whsc'
-
- exit
-