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

  1. REM 
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 5, 255, 204, 0, 0
  9.     .ApplyUniformFillColor
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyOutline 5588, 1, 1, 1, 100, -900, 0, -1, -1, FALSE, 2, 0, TRUE
  12.     .StoreColor 5, 102, 51, 51, 0
  13.     .SetOutlineColor
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .StoreColor 5, 204, 153, 51, 0
  16.     .StoreColor 5, 255, 204, 0, 0
  17.     .ApplyExtrude 0, 0, 0, 30, 253, 354075, FALSE, 0, 0, 0, 0, 0, 0, 1
  18.     .ResumePainting 
  19.     .EndOfRecording 
  20. END WITHOBJECT
  21.  
  22.