home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / barcyan.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  1.5 KB  |  42 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, 100, 0, 0, 0
  11.     .SetFountainFillColor 10, 2, 0, 0, 0, 0
  12.     .SetFountainFillColor 23, 2, 100, 0, 0, 0
  13.     .SetFountainFillColor 35, 2, 0, 0, 0, 0
  14.     .SetFountainFillColor 51, 2, 100, 0, 0, 0
  15.     .SetFountainFillColor 63, 2, 0, 0, 0, 0
  16.     .SetFountainFillColor 77, 2, 100, 0, 0, 0
  17.     .SetFountainFillColor 88, 2, 0, 0, 0, 0
  18.     .SetFountainFillColor 100, 2, 100, 0, 0, 0
  19.     .RecorderSelectObjectByIndex TRUE, 1
  20.     .DuplicateObject 0, 0
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .StretchObject 1, 1, 0.711835, 1, FALSE, FALSE, 9
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .StretchObject 0.946605, 1, 1, 1, FALSE, FALSE, 9
  25.     .RecorderSelectObjectByIndex TRUE, 2
  26.     .ApplyFountainFill 0, 0, 0, -431, 256, 0, 3, 50
  27.     .SetFountainFillColor 0, 2, 100, 0, 0, 0
  28.     .SetFountainFillColor 10, 2, 0, 0, 0, 0
  29.     .SetFountainFillColor 23, 2, 100, 0, 0, 0
  30.     .SetFountainFillColor 35, 2, 0, 0, 0, 0
  31.     .SetFountainFillColor 51, 2, 100, 0, 0, 0
  32.     .SetFountainFillColor 63, 2, 0, 0, 0, 0
  33.     .SetFountainFillColor 77, 2, 100, 0, 0, 0
  34.     .SetFountainFillColor 88, 2, 0, 0, 0, 0
  35.     .SetFountainFillColor 100, 2, 100, 0, 0, 0
  36.     .RecorderSelectPreselectedObjects TRUE
  37.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  38.     .Group 
  39.     .ResumePainting 
  40.     .EndOfRecording 
  41. END WITHOBJECT
  42.