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

  1. REM Sunset with simple drop shadow      Font used: Bahamas Heavy
  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.     .DuplicateObject 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 2
  13.     .MoveObject -8889, 6095
  14.     .RecorderSelectObjectByIndex TRUE, 2
  15.     .ApplyOutline 508, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  16.     .SetOutlineColor 2, 0, 0, 0, 100
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 0, 50
  19.     .SetFountainFillColor 0, 2, 0, 0, 100, 0
  20.     .SetFountainFillColor 100, 2, 0, 60, 100, 0
  21.     .RecorderSelectPreselectedObjects TRUE
  22.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  23.     .Group 
  24.     .ResumePainting 
  25.     .EndOfRecording 
  26. END WITHOBJECT
  27.