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

  1. REM Blue neon      Font used: Eklektic
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyNoFill 
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyOutline 3048, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  11.     .StoreColor 5, 0, 0, 255, 0
  12.     .SetOutlineColor
  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.     .StoreColor 2, 100, 0, 0, 0
  18.     .SetOutlineColor
  19.     .RecorderSelectPreselectedObjects TRUE
  20.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  21.     .ApplyBlend TRUE, 3, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  22.     .ResumePainting 
  23.     .EndOfRecording 
  24. END WITHOBJECT
  25.  
  26.