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

  1. REM 
  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 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyOutline 84582, 1, 1, 1, 100, -900, 0, -1, -1, FALSE, 2, 0, TRUE
  12.     .SetOutlineColor 2, 40, 40, 0, 60
  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.     .SetOutlineColor 2, 100, 100, 0, 0
  20.     .RecorderSelectPreselectedObjects TRUE
  21.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  22.     .ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  23.     .ResumePainting 
  24.     .EndOfRecording 
  25. END WITHOBJECT
  26.