home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / bargreen.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, 60, 0, 40, 40
  11.     .SetFountainFillColor 18, 2, 100, 0, 100, 0
  12.     .SetFountainFillColor 38, 2, 60, 0, 40, 40
  13.     .SetFountainFillColor 53, 2, 100, 0, 100, 0
  14.     .SetFountainFillColor 70, 2, 60, 0, 40, 40
  15.     .SetFountainFillColor 84, 2, 100, 0, 100, 0
  16.     .SetFountainFillColor 100, 2, 60, 0, 40, 40
  17.     .RecorderSelectObjectByIndex TRUE, 1
  18.     .DuplicateObject 0, 0
  19.     .RecorderSelectObjectByIndex TRUE, 2
  20.     .StretchObject 1, 1, 0.774716, 1, FALSE, FALSE, 9
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .StretchObject 0.955333, 1, 1, 1, FALSE, FALSE, 9
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .ApplyFountainFill 0, 0, 0, -461, 256, 0, 3, 50
  25.     .SetFountainFillColor 0, 2, 60, 0, 40, 40
  26.     .SetFountainFillColor 18, 2, 100, 0, 100, 0
  27.     .SetFountainFillColor 38, 2, 60, 0, 40, 40
  28.     .SetFountainFillColor 53, 2, 100, 0, 100, 0
  29.     .SetFountainFillColor 70, 2, 60, 0, 40, 40
  30.     .SetFountainFillColor 84, 2, 100, 0, 100, 0
  31.     .SetFountainFillColor 100, 2, 60, 0, 40, 40
  32.     .RecorderSelectPreselectedObjects TRUE
  33.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  34.     .Group 
  35.     .ResumePainting 
  36.     .EndOfRecording 
  37. END WITHOBJECT
  38.