home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 10 / cd10_pgrm.iso / Corel / Graphics10 / Draw / Scripts / Fills / Fountain / sunset.csc < prev    next >
Encoding:
Text File  |  2000-05-02  |  387 b   |  16 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.10"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 5, 253, 125, 13, 0, 0, 0, 100,  0
  9.     .StoreColor 5, 255, 255, 0, 0, 0, 0, 100,  100
  10.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  11.     .ResumePainting 
  12.     .EndOfRecording 
  13. END WITHOBJECT
  14.  
  15.  
  16.