как добавить тултипы на каждый обьект в TileList'e

Код AS3:
<mx:TileList x="0" y="0" width="275" height="360" id="myTileList" enabled="true" itemsChangeEffect="{myTileListEffect}" columnWidth="45" rowHeight="40" click="WindowInventaryClick(event)">
<mx:dataProvider>
<mx:Array>
<mx:Object icon="{phone1}" toolTip="1 "/>
<mx:Object icon="{phone2}" toolTip="2 "/>
<mx:Object icon="{phone3}" toolTip="3 "/>
</mx:Array>
</mx:dataProvider>
</mx:TileList>
выводятся итемы а тултипы не отображаются к нему почему то