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

  1. REM Purple fountain fill with 75% transparent  drop shadow.    Font used:
  2. REM REM BANK GOTHIC Md BT
  3.  
  4. WITHOBJECT "CorelDraw.Automation.8"
  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.     .StoreColor 2, 0, 0, 0, 50
  12.     .ApplyLensEffect 10, FALSE, FALSE, FALSE, 0, 0, 250
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .DuplicateObject 0, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .MoveObject -5841, 6349
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .StoreColor 2, 0, 100, 0, 0, 0, 0, 100,  0
  19.     .StoreColor 2, 20, 80, 0, 20, 0, 0, 100,  100
  20.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  21.     .RecorderSelectPreselectedObjects TRUE
  22.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  23.     .Group 
  24.     .ResumePainting 
  25.     .EndOfRecording 
  26. END WITHOBJECT
  27.  
  28.