Page 1 of 1

Drawing Dashed or Dotted Lines

Posted: Fri May 12, 2017 12:14 pm
by petefc
I use ASP 8 - and after some time away from the program I am very rusty. However, I want to use it to animate some diagrams which may, or may not contain some broken lines. In some languages they are called "dashed" and in others "dotted".

Is there an easy way using ASP 8 ? --------------------- See what I mean ?

Pete

Re: Drawing Dashed or Dotted Lines

Posted: Fri May 12, 2017 3:37 pm
by synthsin75
You can either do a brush (may need to make a custom one) with enough spacing or hide the edge of every other line segment.

Re: Drawing Dashed or Dotted Lines

Posted: Fri May 12, 2017 3:58 pm
by sbtamu
Select the brush that looks like a rectangle. set jitter to 0 and spacing to 100-300 then adjust line width to something that you need.