home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcmag
/
v14n05
/
bluebo.txt
next >
Wrap
Text File
|
1994-12-02
|
818b
|
25 lines
--This script formats the selected object with a light blue fill,
--a red outline, and a gray drop shadow.
--Defines a new light blue color
definecolor "Bluebox", process, cmyk, false, 15,10,0,10
--Defines a new dark red color
definecolor "Redline", process, cmyk, false, 10,80,60,10
--Defines a new gray color
definecolor "Shadow", process, cmyk, false, 0,0,0,30
--Assigns colors to selected object
fillandline (2, "Bluebox", off) (twopoint, off, , , "Redline", on)
--Copies selected object to clipboard
copy
--Pastes, offsets copy, copy is selected
multiplepaste 1, .25i, .25i
--Assigns solid fill to selected object
fillstyle 2
--Assigns gray color to selected object
color "Shadow"
--Assigns no line to selected object
linestyle none
--Sends drop shadow to back
sendtoback