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

  1. REM Rainbow outline      Font used: USA Black
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyOutline 3810, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  9.     .StoreColor 2, 100, 100, 0, 0
  10.     .SetOutlineColor
  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.     .StoreColor 2, 0, 100, 100, 0
  16.     .SetOutlineColor
  17.     .RecorderSelectPreselectedObjects TRUE
  18.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  19.     .ApplyBlend TRUE, 10, 0, FALSE, 0, FALSE, FALSE, 2, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  20.     .ResumePainting 
  21.     .EndOfRecording 
  22. END WITHOBJECT
  23.  
  24.