home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Fills / Texture / swirls3.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  283 b   |  14 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .ApplyTextureFill "", "Swirls", "Swirls"
  9.     .ResumePainting 
  10.     .EndOfRecording 
  11. END WITHOBJECT
  12.  
  13.  
  14.