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

  1. REM Orange face, VP locked to object, 2 light sources      Font used:
  2. REM REM BravoEngraved
  3. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects TRUE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyUniformFillColor 2, 0, 60, 100, 0
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .ApplyOutline 3556, 0, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  13.     .SetOutlineColor 2, 0, 0, 0, 100
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .ApplyExtrude 4, 0, 0, 5, -177545, 62229, FALSE, 12, 100, 5, 58, 0, 0, 2, 2, 0, 60, 100, 0, 2, 0, 60, 100, 0, 2, 0, 0, 0, 100
  16.     .ResumePainting 
  17.     .EndOfRecording 
  18. END WITHOBJECT
  19.