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

  1. REM Spectral conical fill.
  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, 0, 900, 256, 0, 1, 50
  10.     .SetFountainFillColor 0, 2, 0, 100, 100, 0
  11.     .SetFountainFillColor 100, 2, 0, 100, 100, 0
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyFountainFill 2, 0, 0, 900, 256, 0, 1, 50
  14.     .SetFountainFillColor 0, 2, 0, 100, 100, 0
  15.     .SetFountainFillColor 100, 2, 0, 100, 100, 0
  16.     .ResumePainting 
  17.     .EndOfRecording 
  18. END WITHOBJECT
  19.