home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / extrud01.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  634 b   |  18 lines

  1. REM 
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyUniformFillColor 2, 20, 20, 0, 0
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyOutline 1524, 1, 1, 1, 100, 225, 0, -1, -1, FALSE, 2, 0, TRUE
  12.     .SetOutlineColor 5, 0, 0, 0, 0
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .ApplyExtrude 0, 0, 0, 20, 288797, 253237, TRUE, 0, 0, 0, 0, 0, 0, 1, 2, 60, 60, 0, 0, 2, 20, 20, 0, 0, 0, 0, 0, 0, 0
  15.     .ResumePainting 
  16.     .EndOfRecording 
  17. END WITHOBJECT
  18.