I have Flash AS3 Project with tile list. I have buttons on stage. each of them when clicked adds tile with a picture on it to the tileList using the addTile() function. I'm using 2 columns in the tile list and I want the new tiles will appear from right to left (1st item - right column, 2nd item - left column..). is it possible? additionally, is it possible that each new item will be added to the top of the tileList instead of the bottom of it?

thank!

link|improve this question
feedback

1 Answer

I am not sure weather this help you or not, But you can try layoutDirection = rtl property. this will change the direction of the tiles form right to left.

link|improve this answer
thanks. but it looks like it works only with flex and i'm working with flash. – Nami Jul 12 '11 at 7:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.