home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / fills / texture / material / threads3.csc < prev   
Encoding:
Text File  |  1996-10-17  |  405 b   |  14 lines

  1. REM Favorite : Fill,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Monday, October, 07, 1996 by doncl
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .RecorderSelectObjectByIndex TRUE, 1
  10.     .ApplyTextureFill "", "Threads", "Threads"
  11.     .ResumePainting 
  12.     .EndOfRecording 
  13. END WITHOBJECT
  14.