home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / fractal.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  1.7 KB  |  45 lines

  1. REM FRACTAL SHADOW - a fractal texture with a feathered shadow.    Font
  2. REM REM used: Arial
  3. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects TRUE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyOutline 127000, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  11.     .SetOutlineColor 2, 0, 0, 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyUniformFillColor 2, 0, 0, 0, 0
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .DuplicateObject 0, 0
  16.     .RecorderSelectObjectByIndex TRUE, 2
  17.     .ApplyUniformFillColor 2, 0, 0, 0, 20
  18.     .RecorderSelectObjectByIndex TRUE, 2
  19.     .ApplyOutline 127000, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
  20.     .SetOutlineColor 2, 0, 0, 0, 20
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .DuplicateObject 0, 0
  25.     .RecorderSelectObjectByIndex TRUE, 3
  26.     .MoveObject 0, 3301
  27.     .RecorderSelectObjectByIndex TRUE, 3
  28.     .MoveObject 0, 3301
  29.     .RecorderSelectObjectByIndex TRUE, 3
  30.     .MoveObject 0, 3301
  31.     .RecorderSelectObjectByIndex TRUE, 3
  32.     .ApplyTextureFill "", "Mineral.Cloudy 5 Colors", "Mineral.Cloudy 5 Colors"
  33.     .RecorderSelectObjectByIndex TRUE, 3
  34.     .ApplyOutline 762, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
  35.     .SetOutlineColor 2, 0, 0, 0, 0
  36.     .RecorderSelectPreselectedObjects TRUE
  37.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  38.     .ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  39.     .RecorderSelectPreselectedObjects TRUE
  40.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  41.     .Group 
  42.     .ResumePainting 
  43.     .EndOfRecording 
  44. END WITHOBJECT
  45.