home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd2.bin
/
Corel
/
Draw
/
Scripts
/
Presets
/
fractal.csc
< prev
next >
Wrap
Text File
|
1998-11-24
|
2KB
|
50 lines
REM FRACTAL SHADOW - a fractal texture with a feathered shadow. Font
REM REM used: Arial
WITHOBJECT "CorelDraw.Automation.9"
.StartOfRecording
.SuppressPainting
.RecorderStorePreselectedObjects TRUE
.RecorderSelectObjectByIndex TRUE, 1
.ApplyOutline 127000, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
.StoreColor 2, 0, 0, 0, 0
.SetOutlineColor
.RecorderSelectObjectByIndex TRUE, 1
.StoreColor 2, 0, 0, 0, 0
.ApplyUniformFillColor
.RecorderSelectObjectByIndex TRUE, 1
.DuplicateObject 0, 0
.RecorderSelectObjectByIndex TRUE, 2
.StoreColor 2, 0, 0, 0, 20
.ApplyUniformFillColor
.RecorderSelectObjectByIndex TRUE, 2
.ApplyOutline 127000, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
.StoreColor 2, 0, 0, 0, 20
.SetOutlineColor
.RecorderSelectObjectByIndex TRUE, 2
.ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
.RecorderSelectObjectByIndex TRUE, 2
.DuplicateObject 0, 0
.RecorderSelectObjectByIndex TRUE, 3
.MoveObject 0, 3301
.RecorderSelectObjectByIndex TRUE, 3
.MoveObject 0, 3301
.RecorderSelectObjectByIndex TRUE, 3
.MoveObject 0, 3301
.RecorderSelectObjectByIndex TRUE, 3
.ApplyTextureFill "", "Mineral.Cloudy 5 Colors", "Mineral.Cloudy 5 Colors"
.RecorderSelectObjectByIndex TRUE, 3
.ApplyOutline 762, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
.StoreColor 2, 0, 0, 0, 0
.SetOutlineColor
.RecorderSelectPreselectedObjects TRUE
.RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
.ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
.RecorderSelectPreselectedObjects TRUE
.RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
.Group
.ResumePainting
.EndOfRecording
END WITHOBJECT