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