home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Scripts / Presets / design14.csc < prev    next >
Text File  |  1997-08-19  |  841b  |  26 lines

  1. REM Mirror image      Font used: Erie ( Bold )
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 2, 0, 0, 0, 80, 0, 0, 100,  0
  9.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  100
  10.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .DuplicateObject 0, 0
  13.     .RecorderSelectObjectByIndex TRUE, 2
  14.     .StretchObject 1, 1, 0.422535, 1, FALSE, TRUE, 2
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .StoreColor 2, 0, 0, 0, 80, 0, 0, 100,  0
  17.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  100
  18.     .ApplyFountainFill 0, 0, 0, -900, 256, 0, 0, 50
  19.     .RecorderSelectPreselectedObjects TRUE
  20.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  21.     .Group 
  22.     .ResumePainting 
  23.     .EndOfRecording 
  24. END WITHOBJECT
  25.  
  26.