I need to position my text in coordinates 10,10, for example. How can I do that? Right now, every time I change my text it moves according the size of the new string. For example, I align “Alex” in the correct position but when I update it to “Christopher”, my alignment is gone. Any ideas?
mName = “Any string”
local myName = display.newText(mName, 0, 0, native.systemFontBold, 18)
myName:setTextColor(255,255,255) [import]uid: 4883 topic_id: 923 reply_id: 300923[/import]
