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

  1. REM Purple / blue fountain fill face, VP locked to object, 2 light sources
  2. REM REM    Font used: BankGothic Md BT
  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, 3, 50
  11.     .SetFountainFillColor 0, 2, 100, 100, 0, 0
  12.     .SetFountainFillColor 46, 2, 0, 100, 0, 0
  13.     .SetFountainFillColor 100, 2, 100, 100, 0, 0
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .ApplyOutline 3556, 0, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  16.     .SetOutlineColor 2, 0, 0, 0, 100
  17.     .RecorderSelectObjectByIndex TRUE, 1
  18.     .ApplyExtrude 4, 0, 0, 10, 24637, -22605, TRUE, 12, 79, 5, 56, 0, 0, 2, 2, 100, 100, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 100
  19.     .ResumePainting 
  20.     .EndOfRecording 
  21. END WITHOBJECT
  22.