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

  1. REM Blue neon      Font used: Eklektic
  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.     .ApplyNoFill 
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyOutline 3048, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  12.     .SetOutlineColor 5, 0, 0, 255, 0
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .DuplicateObject 0, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .ApplyOutline 508, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  17.     .SetOutlineColor 2, 100, 0, 0, 0
  18.     .RecorderSelectPreselectedObjects TRUE
  19.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  20.     .ApplyBlend TRUE, 3, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  21.     .ResumePainting 
  22.     .EndOfRecording 
  23. END WITHOBJECT
  24.