スキンに 2 つの形状があります。
1.サークル
s:Ellipse width="20" height="20" includeIn="collapsed">
s:fill>
s:SolidColor color="#BBBBBB"/>
/s:fill>
/s:Ellipse>
2.長方形
s:Rect radiusX="10" radiusY="10" width="80" height="20" includeIn="expanded">
s:stroke>
s:SolidColorStroke color="0" weight="1"/>
/s :stroke>
s:fill>
s:SolidColor color="#00FF00"/>
/s:fill>
/s:Rect>
シェイプトゥイーンが欲しいです。Flash IDE で可能なこの種のシェイプ トゥイーン。円は長方形にスムーズに変換する必要があります。mxml で可能ですか?