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

  1. REM 
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects TRUE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyOutline 0, 0, 0, 0, 0, 0, 0, -1, -1, FALSE, 0, 0, FALSE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .DuplicateObject 0, 0
  11.     .RecorderSelectObjectByIndex TRUE, 2
  12.     .StretchObject 0.836417, 1, 0.836417, 1, FALSE, FALSE, 5
  13.     .RecorderSelectObjectByIndex TRUE, 2
  14.     .StoreColor 2, 0, 0, 0, 40
  15.     .ApplyUniformFillColor
  16.     .RecorderSelectObjectByIndex TRUE, 1
  17.     .StoreColor 2, 0, 0, 0, 0
  18.     .ApplyUniformFillColor
  19.     .RecorderSelectPreselectedObjects TRUE
  20.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  21.     .ApplyBlend TRUE, 20, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  22.     .RecorderSelectObjectByIndex TRUE, 1
  23.     .DuplicateObject 0, 0
  24.     .RecorderSelectObjectByIndex TRUE, 4
  25.     .MoveObject -19303, 13461
  26.     .RecorderSelectObjectByIndex TRUE, 4
  27.     .StoreColor 2, 0, 100, 100, 0
  28.     .ApplyUniformFillColor
  29.     .RecorderSelectObjectByIndex TRUE, 4
  30.     .OrderToFront 
  31.     .RecorderSelectObjectByIndex TRUE, 4
  32.     .MoveObject -2793, 7365
  33.     .RecorderSelectPreselectedObjects TRUE
  34.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  35.     .Group 
  36.     .ResumePainting 
  37.     .EndOfRecording 
  38. END WITHOBJECT
  39.  
  40.