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

  1. REM 
  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.     .ApplyFountainFill 0, 0, 0, 450, 256, 0, 3, 50
  10.     .SetFountainFillColor 0, 2, 0, 0, 0, 70
  11.     .SetFountainFillColor 19, 2, 0, 0, 0, 10
  12.     .SetFountainFillColor 35, 2, 0, 0, 0, 70
  13.     .SetFountainFillColor 53, 2, 0, 0, 0, 10
  14.     .SetFountainFillColor 70, 2, 0, 0, 0, 70
  15.     .SetFountainFillColor 85, 2, 0, 0, 0, 10
  16.     .SetFountainFillColor 100, 2, 0, 0, 0, 70
  17.     .RecorderSelectObjectByIndex TRUE, 1
  18.     .DuplicateObject 0, 0
  19.     .RecorderSelectObjectByIndex TRUE, 2
  20.     .StretchObject 1, 1, 0.734198, 1, FALSE, FALSE, 9
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .StretchObject 0.951383, 1, 1, 1, FALSE, FALSE, 9
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .ApplyFountainFill 0, 0, 0, -424, 256, 0, 3, 50
  25.     .SetFountainFillColor 0, 2, 0, 0, 0, 70
  26.     .SetFountainFillColor 19, 2, 0, 0, 0, 10
  27.     .SetFountainFillColor 35, 2, 0, 0, 0, 70
  28.     .SetFountainFillColor 53, 2, 0, 0, 0, 10
  29.     .SetFountainFillColor 70, 2, 0, 0, 0, 70
  30.     .SetFountainFillColor 85, 2, 0, 0, 0, 10
  31.     .SetFountainFillColor 100, 2, 0, 0, 0, 70
  32.     .RecorderSelectPreselectedObjects TRUE
  33.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  34.     .Group 
  35.     .ResumePainting 
  36.     .EndOfRecording 
  37. END WITHOBJECT
  38.