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

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