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

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