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

  1. REM White plastic      Font used: AvantGarde Bk BT
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .DuplicateObject 0, 0
  9.     .RecorderSelectObjectByIndex TRUE, 2
  10.     .MoveObject 0, 13715
  11.     .RecorderSelectObjectByIndex TRUE, 2
  12.     .StoreColor 2, 0, 0, 0, 0
  13.     .ApplyUniformFillColor
  14.     .RecorderSelectPreselectedObjects TRUE
  15.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  16.     .ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  17.     .ResumePainting 
  18.     .EndOfRecording 
  19. END WITHOBJECT
  20.  
  21.