Friday 26 September 2008

digital flower



Use a custom minimal but handy class To create a Polygon (Which extends Shape)
var newPolygon:Polygon = new Polygon(5,100,0xFFFFFF)
where 5 is the number of sides (here a pentagon) , 100 is the size from the center, and 0xFFFFFF is the color.

Polygon Class

No comments: