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