home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / fills / fountain / radial / grass.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  595 b   |  18 lines

  1. REM Favorite : Fill,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Sunday, October, 06, 1996 by doncl
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyFountainFill 1, -23, 17, 0, 256, 0, 3, 50
  11.     .SetFountainFillColor 0, 5, 51, 47, 36, 0
  12.     .SetFountainFillColor 21, 5, 105, 96, 58, 0
  13.     .SetFountainFillColor 42, 5, 159, 154, 0, 0
  14.     .SetFountainFillColor 100, 5, 253, 255, 203, 0
  15.     .ResumePainting 
  16.     .EndOfRecording 
  17. END WITHOBJECT
  18.