home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / Cylinder / purple2.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  762 b   |  24 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, 12, 10, 14, 0, 0, 0, 100,  0
  9.     .StoreColor 5, 15, 0, 100, 0, 0, 0, 100,  3
  10.     .StoreColor 5, 60, 0, 154, 0, 0, 0, 100,  9
  11.     .StoreColor 5, 197, 209, 255, 0, 0, 0, 100,  20
  12.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  24
  13.     .StoreColor 5, 66, 112, 193, 0, 0, 0, 100,  57
  14.     .StoreColor 5, 57, 9, 164, 0, 0, 0, 100,  77
  15.     .StoreColor 5, 19, 0, 100, 0, 0, 0, 100,  94
  16.     .StoreColor 5, 0, 0, 103, 0, 0, 0, 100,  99
  17.     .StoreColor 5, 12, 10, 14, 0, 0, 0, 100,  100
  18.     .ApplyFountainFill 0, 0, 0, 0, 256, 0, 3, 50
  19.     .ResumePainting 
  20.     .EndOfRecording 
  21. END WITHOBJECT
  22.  
  23.  
  24.