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

  1. REM Black / white fountain fill face, VP locked to object, 2 light sources
  2. REM REM    Font used: Bedrock
  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.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  11.     .SetFountainFillColor 0, 2, 0, 0, 0, 100
  12.     .SetFountainFillColor 100, 2, 0, 0, 0, 0
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .ApplyOutline 3556, 0, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  15.     .SetOutlineColor 2, 0, 0, 0, 100
  16.     .RecorderSelectObjectByIndex TRUE, 1
  17.     .ApplyExtrude 4, 0, 0, 20, 0, -31495, FALSE, 12, 100, 5, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  18.     .ResumePainting 
  19.     .EndOfRecording 
  20. END WITHOBJECT
  21.