home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / Radial / sunspot.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  517 b   |  19 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, 20, 0, 0, 0, 100,  0
  9.     .StoreColor 2, 0, 0, 20, 0, 0, 0, 100,  37
  10.     .StoreColor 2, 0, 20, 40, 0, 0, 0, 100,  61
  11.     .StoreColor 2, 0, 0, 0, 60, 0, 0, 100,  80
  12.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  100
  13.     .ApplyFountainFill 1, 0, 1, 1292, 256, 7, 3, 50
  14.     .ResumePainting 
  15.     .EndOfRecording 
  16. END WITHOBJECT
  17.  
  18.  
  19.