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

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