home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / fills / fountain / hatching.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  802 b   |  23 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 0, 0, 0, 1350, 256, 1, 3, 50
  11.     .SetFountainFillColor 0, 2, 0, 0, 0, 100
  12.     .SetFountainFillColor 12, 2, 0, 0, 0, 0
  13.     .SetFountainFillColor 25, 2, 0, 0, 0, 100
  14.     .SetFountainFillColor 37, 2, 0, 0, 0, 0
  15.     .SetFountainFillColor 50, 2, 0, 0, 0, 100
  16.     .SetFountainFillColor 62, 2, 0, 0, 0, 0
  17.     .SetFountainFillColor 75, 2, 0, 0, 0, 100
  18.     .SetFountainFillColor 87, 2, 0, 0, 0, 0
  19.     .SetFountainFillColor 100, 2, 0, 0, 0, 100
  20.     .ResumePainting 
  21.     .EndOfRecording 
  22. END WITHOBJECT
  23.