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

  1. REM Skewed blend black to white      Font used: AvantGarde Bk BT
  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.     .DuplicateObject 0, 0
  10.     .RecorderSelectObjectByIndex TRUE, 2
  11.     .MoveObject 22097, 29209
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyUniformFillColor 2, 0, 0, 0, 0
  14.     .RecorderSelectPreselectedObjects TRUE
  15.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  16.     .ApplyBlend TRUE, 3, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  17.     .ResumePainting 
  18.     .EndOfRecording 
  19. END WITHOBJECT
  20.