private function moveToTheBeginning( ):void
{
var lastChildIndex:int = tileOfLabels.numChildren;
var child:DisplayObject = tileOfLabels.getChildAt(lastChildIndex);
tileOfLabels.setChildIndex(child,0);
}