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

  1. REM Blue fountain fill face, VP locked to object, 3 light sources    Font
  2. REM REM used: AvantGarde Bk 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, 0, 50
  11.     .SetFountainFillColor 0, 2, 100, 100, 0, 0
  12.     .SetFountainFillColor 100, 2, 100, 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 0, 0, 0, 20, -49275, -39369, TRUE, 3, 100, 10, 32, 7, 35, 2, 2, 100, 100, 0, 0, 2, 100, 100, 0, 0, 2, 0, 0, 0, 100
  18.     .ResumePainting 
  19.     .EndOfRecording 
  20. END WITHOBJECT
  21.