home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_PROGRAM.ISO / draw / fill_out / outlines / arrows / linehead.csc < prev    next >
Encoding:
Text File  |  1996-10-17  |  605 b   |  18 lines

  1. REM Favorite : Outline Arrow Head,
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3. REM Created On Thursday, October, 17, 1996 by antoniom
  4.  
  5. WITHOBJECT "CorelDraw.Automation.7"
  6.     .StartOfRecording 
  7.     .SuppressPainting 
  8.     .RecorderStorePreselectedObjects FALSE
  9.     .BeginDrawArrow TRUE, 173990, 3
  10.     .AddArrowPoint -576580, 324866, FALSE, FALSE, TRUE, FALSE, 0, 0
  11.     .AddArrowPoint -75438, 0, FALSE, FALSE, TRUE, FALSE, 0, 1
  12.     .AddArrowPoint -576580, -325120, FALSE, FALSE, TRUE, FALSE, 0, 1
  13.     .EndDrawArrow 
  14.     .SetOutlineArrow 0
  15.     .ResumePainting 
  16.     .EndOfRecording 
  17. END WITHOBJECT
  18.