<code>
<call method="graphics.beginFill" args="0x2772B3" />
<call method="graphics.drawCircle" args="300, 110, 100" />
<make reference="poly" class="flash.display.Shape">
<set x="100" y="100" />
<call method="graphics.beginFill" args="0x002255" />
<call method="graphics.lineTo" args="50, 100" />
<call method="graphics.lineTo" args="0, 200" />
<call method="graphics.lineTo" args="-50, 100" />
</make>
<call method="addChild" args="poly" />
</code>