home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / extrud09.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  651 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 5, 255, 255, 255, 0
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyOutline 3810, 1, 1, 1, 100, -900, 0, -1, -1, FALSE, 2, 0, TRUE
  12.     .SetOutlineColor 5, 153, 0, 204, 0
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .ApplyExtrude 0, 0, 0, 15, -296417, -256285, TRUE, 0, 0, 0, 0, 0, 0, 1, 5, 255, 102, 0, 0, 5, 255, 255, 255, 0, 0, 0, 0, 0, 0
  15.     .ResumePainting 
  16.     .EndOfRecording 
  17. END WITHOBJECT
  18.