home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Scripts / Presets / sunset04.csc < prev    next >
Text File  |  1997-08-19  |  561b  |  18 lines

  1. REM Off center radial fill with extrude.
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 2, 0, 0, 100, 0, 0, 0, 100,  0
  9.     .StoreColor 2, 0, 60, 60, 40, 0, 0, 100,  80
  10.     .StoreColor 2, 0, 60, 60, 40, 0, 0, 100,  100
  11.     .ApplyFountainFill 1, 0, -50, 900, 256, 0, 3, 50
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyExtrude 4, 0, 0, 20, -59689, 11429, TRUE, 0, 0, 0, 0, 0, 0, 0, 0
  14.     .ResumePainting 
  15.     .EndOfRecording 
  16. END WITHOBJECT
  17.  
  18.