お時間をいただきありがとうございます。
一緒に追加したい数値のラベルが2つあります。
<s:Label id="cost_1" x="261" y="138" text="150" />
<s:Label id="cost_2" x="280" y="138" text="220"/>
<s:Label id="totals" x="291" y="138" text=""/>
最初の2つのラベルの合計を視覚的に表示するには、3番目のラベル(id = "totals")が必要です。(150 + 220 = totals.text)
ありがとうございました!