home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / hatching.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  696 b   |  23 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 2, 0, 0, 0, 0, 0, 0, 100,  12
  10.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  25
  11.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  37
  12.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  50
  13.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  62
  14.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  75
  15.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  87
  16.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  100
  17.     .ApplyFountainFill 0, 0, 0, 1350, 256, 1, 3, 50
  18.     .ResumePainting 
  19.     .EndOfRecording 
  20. END WITHOBJECT
  21.  
  22.  
  23.