Add object.left, .right, .top., and .bottom for easier relative positioning.
Let’s say you want to position a “Done” button to the right of a text field. For that, you calculate the button’s y position according to the text field’s y but you also have to consider the anchor property too.
If after the fact, the text field’s anchor is changed, then the button’s position will also change and will require some tweaking to set it right.
If instead, each display object had a .right property that -no matter what the anchor was- always denoted the rightmost coordinates, then changing the anchor on an object would not affect the positioning of others.
I think this would save a lot of time fiddling and calculating object positions, especially for UIs.
If you like this idea, please vote for it here: http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/15114486-add-object-left-right-top-and-bottom-for-ea