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

  1. REM Rainbow outline      Font used: USA Black
  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.     .ApplyOutline 3810, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  10.     .SetOutlineColor 2, 100, 100, 0, 0
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .DuplicateObject 0, 0
  13.     .RecorderSelectObjectByIndex TRUE, 2
  14.     .ApplyOutline 508, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  15.     .SetOutlineColor 2, 0, 100, 100, 0
  16.     .RecorderSelectPreselectedObjects TRUE
  17.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  18.     .ApplyBlend TRUE, 10, 0, FALSE, 0, FALSE, FALSE, 2, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  19.     .ResumePainting 
  20.     .EndOfRecording 
  21. END WITHOBJECT
  22.