home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Scripts / Presets / dropleft.csc < prev    next >
Text File  |  1997-08-19  |  1KB  |  42 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.759959, 1, 0.759959, 1, FALSE, FALSE, 7
  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 18795, 16001
  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 11937, 11937
  33.     .RecorderSelectObjectByIndex TRUE, 4
  34.     .MoveObject -6603, -9397
  35.     .RecorderSelectPreselectedObjects TRUE
  36.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  37.     .Group 
  38.     .ResumePainting 
  39.     .EndOfRecording 
  40. END WITHOBJECT
  41.  
  42.