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