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

  1. REM Favorite : Fill,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Tuesday, October, 15, 1996 by antoniom
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyFountainFill 1, -23, 17, -450, 256, 5, 3, 50
  11.     .SetFountainFillColor 0, 5, 35, 44, 48, 0
  12.     .SetFountainFillColor 15, 5, 0, 100, 100, 0
  13.     .SetFountainFillColor 36, 5, 114, 154, 158, 0
  14.     .SetFountainFillColor 63, 5, 149, 206, 203, 0
  15.     .SetFountainFillColor 100, 5, 255, 255, 255, 0
  16.     .ResumePainting 
  17.     .EndOfRecording 
  18. END WITHOBJECT
  19.