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

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