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

  1. REM Vertical 20 step blend white to black      Font used: AvantGarde Bk
  2. REM REM BT
  3. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects TRUE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .DuplicateObject 0, 0
  11.     .RecorderSelectObjectByIndex TRUE, 2
  12.     .MoveObject 0, 41909
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .ApplyUniformFillColor 2, 0, 0, 0, 0
  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.