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

  1. REM Desert chrome      Font used: USA Black
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyOutline 3810, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  10.     .SetOutlineColor 2, 0, 0, 0, 100
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .ApplyNoFill 
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .DuplicateObject 0, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .ApplyOutline 1270, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  17.     .SetOutlineColor 2, 0, 0, 0, 100
  18.     .RecorderSelectObjectByIndex TRUE, 2
  19.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 1, 0, FALSE
  20.     .RecorderSelectObjectByIndex TRUE, 2
  21.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  22.     .SetFountainFillColor 0, 2, 0, 20, 100, 0
  23.     .SetFountainFillColor 44, 2, 0, 20, 40, 60
  24.     .SetFountainFillColor 45, 2, 40, 0, 0, 0
  25.     .SetFountainFillColor 100, 2, 60, 60, 0, 0
  26.     .RecorderSelectPreselectedObjects TRUE
  27.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  28.     .Group 
  29.     .ResumePainting 
  30.     .EndOfRecording 
  31. END WITHOBJECT
  32.