Mat
Mat

Reputation: 25

ActionScript 3.0 Ragged Line

If I draw a line within the Flash authoring tool I have the possibility to set it's Style to "Ragged". This does not introduce additional vertices but only changes the way the line is rendered. is there a way to draw such a "ragged" line using ActionScript 3.0?

Upvotes: 0

Views: 282

Answers (1)

Nathan Ostgard
Nathan Ostgard

Reputation: 8406

This feature is unique to the IDE, and is not available via AS3. You may want to look at this previous answer, which has an attempt at rendering ragged style via AS3.

Upvotes: 1

Related Questions