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

  1. REM Purple fountain fill with 75% transparent  drop shadow.    Font used:
  2. REM REM BANK GOTHIC Md BT
  3. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects TRUE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  11.     .RecorderSelectObjectByIndex TRUE, 1
  12.     .ApplyLensEffect 10, FALSE, FALSE, FALSE, 0, 0, 250, 2, 0, 0, 0, 50, 1239600, 1240712, 1, 1240712, 25797896
  13.     .RecorderSelectObjectByIndex TRUE, 1
  14.     .DuplicateObject 0, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .MoveObject -5841, 6349
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  19.     .SetFountainFillColor 0, 2, 0, 100, 0, 0
  20.     .SetFountainFillColor 100, 2, 20, 80, 0, 20
  21.     .RecorderSelectPreselectedObjects TRUE
  22.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  23.     .Group 
  24.     .ResumePainting 
  25.     .EndOfRecording 
  26. END WITHOBJECT
  27.