Question
AS3 draw custom line
I am trying to create custom line or brushes that will be used to color in.
If I have 2 different movieclips, eg:
1. star
2. oval
How can i draw a line made out of these movieclips
I tried to addChild movieclips on the mouse move or on-enterframe but its not quick enough and leaves spaces in between.
I originally used a lineStyle, but now I need to replace that with a specific movieclip shape.
Any thoughts are welcome.
P
