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

  1. REM Flame fractal fill with red to yellow blend  outline.
  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.     .ApplyTextureFill "", "Flames", "Flames"
  10.     .RecorderSelectObjectByIndex TRUE, 1
  11.     .DuplicateObject 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 2
  13.     .ApplyOutline 3556, 0, 0, 0, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
  14.     .SetOutlineColor 2, 0, 100, 100, 0
  15.     .RecorderSelectObjectByIndex TRUE, 2
  16.     .ApplyNoFill 
  17.     .RecorderSelectObjectByIndex TRUE, 2
  18.     .ApplyOutline 12700, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  19.     .SetOutlineColor 2, 0, 100, 100, 0
  20.     .RecorderSelectObjectByIndex TRUE, 2
  21.     .DuplicateObject 0, 0
  22.     .RecorderSelectObjectByIndex TRUE, 3
  23.     .ApplyOutline 12700, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 1, 0, FALSE
  24.     .SetOutlineColor 2, 0, 0, 100, 0
  25.     .RecorderSelectObjectByIndex TRUE, 3
  26.     .ApplyOutline 2540, 1, 0, 0, 100, 0, 0, -1, -1, FALSE, 2, 0, FALSE
  27.     .SetOutlineColor 2, 0, 0, 100, 0
  28.     .RecorderSelectObjectsByIndex TRUE, 2, 3, -1, -1, -1
  29.     .ApplyBlend TRUE, 10, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  30.     .RecorderSelectPreselectedObjects TRUE
  31.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  32.     .Group 
  33.     .ResumePainting 
  34.     .EndOfRecording 
  35. END WITHOBJECT
  36.