Reputation: 757
I am looking for a way to draw, and then rotate a segmented/pie chart style circle in AS3. I'm a bit of an AS3 beginner but I have tried multiple methods but I'm getting no luck, can anyone help?
Upvotes: 0
Views: 910
Reputation: 4870
Try my answer to this similar question: drawing part of a perfect circle using curveTo. That deals with the drawing part. Rotating it should be easy: change the .rotation
property of the Sprite you've drawn the pie chart into.
Upvotes: 1