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

  1. REM 3D Drop shadow to back      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.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  10.     .SetFountainFillColor 0, 2, 0, 0, 100, 0
  11.     .SetFountainFillColor 100, 2, 0, 60, 100, 0
  12.     .RecorderSelectObjectByIndex TRUE, 1
  13.     .ApplyOutline 1270, 1, 1, 1, 100, 0, 0, -1, -1, FALSE, 2, 0, TRUE
  14.     .SetOutlineColor 2, 0, 0, 0, 100
  15.     .RecorderSelectObjectByIndex TRUE, 1
  16.     .DuplicateObject 0, 0
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .StretchObject 1, 1, 0.527778, 1, FALSE, FALSE, 2
  19.     .RecorderSelectObjectByIndex TRUE, 2
  20.     .SkewObject -22600000, 0, 6
  21.     .RecorderSelectObjectByIndex TRUE, 2
  22.     .OrderToBack 
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .ApplyFountainFill 0, 0, 0, 900, 256, 0, 3, 50
  25.     .SetFountainFillColor 0, 2, 0, 0, 0, 80
  26.     .SetFountainFillColor 100, 2, 0, 0, 0, 20
  27.     .RecorderSelectObjectByIndex TRUE, 2
  28.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  29.     .RecorderSelectPreselectedObjects TRUE
  30.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  31.     .Group 
  32.     .ResumePainting 
  33.     .EndOfRecording 
  34. END WITHOBJECT
  35.