home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Fountain / Cylinder / gold6.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  972 b   |  28 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, 210, 148, 0, 0, 0, 0, 100,  0
  9.     .StoreColor 5, 200, 154, 0, 0, 0, 0, 100,  1
  10.     .StoreColor 5, 213, 151, 0, 0, 0, 0, 100,  12
  11.     .StoreColor 5, 253, 255, 203, 0, 0, 0, 100,  26
  12.     .StoreColor 5, 207, 154, 0, 0, 0, 0, 100,  33
  13.     .StoreColor 5, 210, 151, 0, 0, 0, 0, 100,  40
  14.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  44
  15.     .StoreColor 5, 207, 154, 0, 0, 0, 0, 100,  50
  16.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  63
  17.     .StoreColor 5, 207, 154, 0, 0, 0, 0, 100,  69
  18.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  76
  19.     .StoreColor 5, 200, 154, 0, 0, 0, 0, 100,  87
  20.     .StoreColor 5, 207, 154, 0, 0, 0, 0, 100,  89
  21.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  100
  22.     .ApplyFountainFill 0, 0, 0, -1800, 256, 0, 3, 50
  23.     .ResumePainting 
  24.     .EndOfRecording 
  25. END WITHOBJECT
  26.  
  27.  
  28.