, Sr. Member
Thanks for your help Fabrice,
I have looked at “Arrow.as”. Unfortunately, it would only work for straight lines.
The user has to be able to draw and modify curved lines on the 3D plane using the mouse. Same than ‘Scribble’ lines in Word or ‘Freeform Shapes’ in PowerPoint.
I made the code for v3.6, using a combination of Segment and PathExtrusion. The user draws the 3D line (with Segments); Then, on Mouse Up, the segments are converted to an extruded line with arrowheads.
It may be a bit complex, but I get a good drawing and modifying speed in Flash10.
Before messing with the big task of porting my old code to v4, I was wondering if there would be something in this new version of Away3D to allow users to draw 3D lines dynamically and to make my life easier