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

  1. REM 3D Drop shadow to front    Font used: USA Black (Italic)
  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.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  12.     .SetFountainFillColor 0, 2, 20, 80, 0, 20
  13.     .SetFountainFillColor 48, 2, 20, 20, 0, 0
  14.     .SetFountainFillColor 100, 2, 20, 80, 0, 20
  15.     .RecorderSelectObjectByIndex TRUE, 1
  16.     .DuplicateObject 0, 0
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .StretchObject 1, 1, 0.253968, 1, FALSE, TRUE, 2
  19.     .RecorderSelectObjectByIndex TRUE, 2
  20.     .SkewObject 31800000, 0, 2
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .MoveObject -2539, 6857
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .OrderToBack 
  25.     .RecorderSelectObjectByIndex TRUE, 2
  26.     .ApplyFountainFill 0, 0, 0, -900, 256, 0, 0, 50
  27.     .SetFountainFillColor 0, 2, 0, 0, 0, 50
  28.     .SetFountainFillColor 48, 2, 20, 20, 0, 0
  29.     .SetFountainFillColor 100, 2, 0, 0, 0, 0
  30.     .RecorderSelectPreselectedObjects TRUE
  31.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  32.     .Group 
  33.     .ResumePainting 
  34.     .EndOfRecording 
  35. END WITHOBJECT
  36.