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

  1. REM Conical fill with extrude.
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6. rem    .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyFountainFill 2, 0, -50, 900, 256, 0, 3, 50
  10.     .SetFountainFillColor 0, 2, 0, 0, 100, 0
  11.     .SetFountainFillColor 10, 2, 0, 60, 60, 40
  12.     .SetFountainFillColor 20, 2, 0, 0, 100, 0
  13.     .SetFountainFillColor 30, 2, 0, 60, 60, 40
  14.     .SetFountainFillColor 40, 2, 0, 0, 100, 0
  15.     .SetFountainFillColor 50, 2, 0, 60, 60, 40
  16.     .SetFountainFillColor 60, 2, 0, 0, 100, 0
  17.     .SetFountainFillColor 70, 2, 0, 60, 60, 40
  18.     .SetFountainFillColor 80, 2, 0, 0, 100, 0
  19.     .SetFountainFillColor 90, 2, 0, 60, 60, 40
  20.     .SetFountainFillColor 100, 2, 0, 0, 100, 0
  21.     .RecorderSelectObjectByIndex TRUE, 1
  22.     .ApplyExtrude 4, 0, 0, 20, -32765, -33527, TRUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  23.     .ResumePainting 
  24.     .EndOfRecording 
  25. END WITHOBJECT
  26.