Hi all,
Just wondering what the math was to get a group of DisplayObjects to end up in a vertical arrangement, perfectly adjacent to one another. Is it something like
[lua]screenGroup[i].y = screenGroup[i - 1].y + screenGroup[i - 1].contentHeight[/lua]
to get element [lua]i[/lua] right below element [lua]i - 1[/lua]?
Thanks [import]uid: 204879 topic_id: 34317 reply_id: 334317[/import]