home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / fills / fountain / radial / litegray.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  671 b   |  20 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, -22, 16, 0, 256, 0, 3, 50
  11.     .SetFountainFillColor 0, 2, 0, 0, 0, 50
  12.     .SetFountainFillColor 25, 2, 0, 0, 0, 40
  13.     .SetFountainFillColor 56, 2, 0, 0, 0, 30
  14.     .SetFountainFillColor 71, 2, 0, 0, 0, 20
  15.     .SetFountainFillColor 87, 2, 0, 0, 0, 10
  16.     .SetFountainFillColor 100, 2, 0, 0, 0, 0
  17.     .ResumePainting 
  18.     .EndOfRecording 
  19. END WITHOBJECT
  20.