i need polygon information to do my map path finding .now the map designer can draw the unreachable area in the Flash professional,but how to get the shapes info bugs me.
i found the answer here How do you get Polygons from MovieClips in Flash?
so basically it's a dead end.
i got to solve the problem in other ways.
how about present the area while saving it in an data format like this example:
<area>
<point>3,40</point>
<point>30,120</point>
<point>40,150</point>
<point>4,120</point>
<area>
....
every polygon's point is linked by line ,no curves.
i can build a tool,which allow designers to add/remove/move polygon, add/delete/move the vertices on the polygon.
if there's already a tool there, i don't have to do it by myself,please tell me if you know it.