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

  1. REM Blue fountain fill with feathered drop  shadow    Font used: AvantGarde
  2. REM REM Bk BT
  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.     .ApplyUniformFillColor 2, 0, 0, 0, 100
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .ApplyOutline 3556, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  13.     .SetOutlineColor 2, 0, 0, 0, 0
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .DuplicateObject 0, 0
  16.     .RecorderSelectObjectByIndex TRUE, 2
  17.     .ApplyUniformFillColor 5, 153, 153, 153, 0
  18.     .RecorderSelectObjectByIndex TRUE, 2
  19.     .ApplyOutline 254, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  20.     .SetOutlineColor 2, 0, 0, 0, 50
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .DuplicateObject 0, 0
  23.     .RecorderSelectObjectByIndex TRUE, 3
  24.     .MoveObject -7619, 6095
  25.     .RecorderSelectObjectByIndex TRUE, 3
  26.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  27.     .SetFountainFillColor 0, 2, 100, 20, 0, 0
  28.     .SetFountainFillColor 100, 2, 100, 100, 0, 0
  29.     .RecorderSelectPreselectedObjects TRUE
  30.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  31.     .ApplyBlend TRUE, 10, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  32.     .RecorderSelectPreselectedObjects TRUE
  33.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  34.     .Group 
  35.     .ResumePainting 
  36.     .EndOfRecording 
  37. END WITHOBJECT
  38.