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

  1. REM 
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyOutline 84582, 1, 1, 1, 100, -900, 0, -1, -1, FALSE, 2, 0, TRUE
  11.     .StoreColor 2, 40, 40, 0, 60
  12.     .SetOutlineColor
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .DuplicateObject 0, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .ApplyOutline 7112, 1, 1, 1, 100, -900, 0, -1, -1, FALSE, 2, 0, TRUE
  19.     .StoreColor 2, 100, 100, 0, 0
  20.     .SetOutlineColor
  21.     .RecorderSelectPreselectedObjects TRUE
  22.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  23.     .ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  24.     .ResumePainting 
  25.     .EndOfRecording 
  26. END WITHOBJECT
  27.  
  28.