home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / scripts / presets6 / design14.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  903 b   |  26 lines

  1. REM Mirror image      Font used: Erie ( Bold )
  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, 0, 50
  10.     .SetFountainFillColor 0, 2, 0, 0, 0, 80
  11.     .SetFountainFillColor 100, 2, 0, 0, 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .DuplicateObject 0, 0
  14.     .RecorderSelectObjectByIndex TRUE, 2
  15.     .StretchObject 1, 1, 0.422535, 1, FALSE, TRUE, 2
  16.     .RecorderSelectObjectByIndex TRUE, 2
  17.     .ApplyFountainFill 0, 0, 0, -900, 256, 0, 0, 50
  18.     .SetFountainFillColor 0, 2, 0, 0, 0, 80
  19.     .SetFountainFillColor 100, 2, 0, 0, 0, 0
  20.     .RecorderSelectPreselectedObjects TRUE
  21.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  22.     .Group 
  23.     .ResumePainting 
  24.     .EndOfRecording 
  25. END WITHOBJECT
  26.