home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Scripts / Presets / threed04.csc < prev    next >
Text File  |  1997-08-19  |  732b  |  22 lines

  1. REM Black / white fountain fill face, VP locked to object, 2 light sources
  2. REM REM    Font used: Bedrock
  3.  
  4. WITHOBJECT "CorelDraw.Automation.8"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  0
  10.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  100
  11.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyOutline 3556, 0, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  14.     .StoreColor 2, 0, 0, 0, 100
  15.     .SetOutlineColor
  16.     .RecorderSelectObjectByIndex TRUE, 1
  17.     .ApplyExtrude 4, 0, 0, 20, 0, -31495, FALSE, 12, 100, 5, 58, 0, 0, 0, 0
  18.     .ResumePainting 
  19.     .EndOfRecording 
  20. END WITHOBJECT
  21.  
  22.