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

  1. REM Off center radial fill with extrude and  perspective.
  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.     .RecorderApplyPerspective 1, 0, -237743, -67817, -109727, 67817, 109727, 67817, 237743, -67817, 0, 0, 0, 0, 0, 0
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .ApplyFountainFill 1, 0, -50, 900, 256, 0, 3, 50
  12.     .SetFountainFillColor 0, 2, 0, 60, 60, 40
  13.     .SetFountainFillColor 80, 2, 0, 0, 100, 0
  14.     .SetFountainFillColor 100, 2, 0, 0, 100, 0
  15.     .RecorderSelectObjectByIndex TRUE, 1
  16.     .ApplyExtrude 4, 0, 0, 20, 1523, -43687, TRUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  17.     .ResumePainting 
  18.     .EndOfRecording 
  19. END WITHOBJECT
  20.