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