Center objects?

Hi.

I am a new iOS developer, and I am still learning lua. I have a lot of experience in HTML and PHP. But lua is completely different.

In my app I want to center text and images, and I cant seem to fint out how anywhere!

[import]uid: 21178 topic_id: 5281 reply_id: 305281[/import]

Well, I’d do this by setting the coordinates for that object relative to the screen, as something like “display.contentHeight / 2” for y or “display.contentWidth / 2” for x, depending where you want it. Does this help? [import]uid: 13720 topic_id: 5281 reply_id: 17488[/import]