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