home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / vignette.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  385 b   |  16 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  0
  9.     .StoreColor 5, 255, 255, 255, 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.