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

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