Drawing Dashed or Dotted Lines

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
petefc
Posts: 29
Joined: Sun Aug 07, 2011 5:00 pm
Location: Portsmouth, England

Drawing Dashed or Dotted Lines

Post 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
User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: Drawing Dashed or Dotted Lines

Post 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.
sbtamu
Posts: 1915
Joined: Tue Dec 15, 2009 5:05 am
Location: Texas
Contact:

Re: Drawing Dashed or Dotted Lines

Post 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.
Sorry for bad animation

http://www.youtube.com/user/sbtamu
Post Reply