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

  1. REM Plaque with embossed text.
  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.     .ApplyUniformFillColor 2, 0, 0, 0, 50
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .DuplicateObject 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 2
  13.     .MoveObject -3555, 7619
  14.     .RecorderSelectObjectByIndex TRUE, 2
  15.     .MoveObject 0, -2539
  16.     .RecorderSelectObjectByIndex TRUE, 2
  17.     .ApplyUniformFillColor 2, 0, 0, 0, 25
  18.     .RecorderSelectObjectByIndex TRUE, 2
  19.     .DuplicateObject 0, 0
  20.     .RecorderSelectObjectByIndex TRUE, 3
  21.     .MoveObject -3555, 2539
  22.     .RecorderSelectObjectByIndex TRUE, 3
  23.     .ApplyUniformFillColor 2, 0, 0, 0, 0
  24.     .RecorderSelectObjectByIndex TRUE, 2
  25.     .OrderToFront 
  26.     .RecorderObjectScaleInfo 63322176, 23799787, 0, 253997
  27.     .CreateRectangle 0, 0, 0, 0, 0
  28.     .RecorderSelectObjectByIndex TRUE, 4
  29.     .ApplyUniformFillColor 2, 0, 0, 0, 25
  30.     .RecorderSelectObjectByIndex TRUE, 4
  31.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  32.     .RecorderSelectObjectByIndex TRUE, 4
  33.     .OrderToBack 
  34.     .RecorderSelectPreselectedObjects TRUE
  35.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  36.     .Group 
  37.     .ResumePainting 
  38.     .EndOfRecording 
  39. END WITHOBJECT
  40.