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

  1. REM Off center radial fill, extruded.
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyFountainFill 1, 0, -50, 900, 256, 0, 3, 50
  10.     .SetFountainFillColor 0, 2, 0, 60, 60, 40
  11.     .SetFountainFillColor 80, 2, 0, 0, 100, 0
  12.     .SetFountainFillColor 100, 2, 0, 0, 100, 0
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .ApplyExtrude 4, 0, 0, 20, 17017, -14477, TRUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  15.     .ResumePainting 
  16.     .EndOfRecording 
  17. END WITHOBJECT
  18.