home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / coreldrw / Draw / Scripts / Presets / sphere.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.     .StoreColor 2, 0, 0, 0, 100, 0, 0, 100,  0
  9.     .StoreColor 2, 40, 40, 0, 60, 0, 0, 100,  24
  10.     .StoreColor 2, 60, 40, 0, 40, 0, 0, 100,  44
  11.     .StoreColor 2, 100, 100, 0, 0, 0, 0, 100,  62
  12.     .StoreColor 2, 0, 0, 0, 0, 0, 0, 100,  100
  13.     .ApplyFountainFill 1, -23, 24, 900, 256, 0, 3, 50
  14.     .RecorderSelectObjectByIndex TRUE, 1
  15.     .DuplicateObject 0, 0
  16.     .RecorderSelectObjectByIndex TRUE, 2
  17.     .StretchObject 1, 1, 0.204252, 1, FALSE, FALSE, 2
  18.     .RecorderSelectObjectByIndex TRUE, 2
  19.     .SkewObject -78700000, 0, 6
  20.     .RecorderSelectObjectByIndex TRUE, 2
  21.     .StoreColor 2, 0, 0, 0, 10
  22.     .ApplyUniformFillColor
  23.     .RecorderSelectObjectByIndex TRUE, 2
  24.     .OrderToBack 
  25.     .RecorderSelectObjectByIndex TRUE, 2
  26.     .SkewObject 0, -3700000, 4
  27.     .RecorderSelectObjectByIndex TRUE, 2
  28.     .MoveObject 0, 8381
  29.     .RecorderSelectObjectByIndex TRUE, 2
  30.     .StretchObject 0.814275, 1, 1, 1, FALSE, FALSE, 4
  31.     .RecorderSelectObjectByIndex TRUE, 2
  32.     .SkewObject 0, -2500000, 4
  33.     .RecorderSelectObjectByIndex TRUE, 2
  34.     .SkewObject 0, 900000, 4
  35.     .RecorderSelectPreselectedObjects TRUE
  36.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  37.     .Group 
  38.     .ResumePainting 
  39.     .EndOfRecording 
  40. END WITHOBJECT
  41.  
  42.