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

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