Hi,
is there any way to access the from top value?
i.e
[lua]local r = display.newRetinaText(“HELLO”,100,100,native.systemFont,15)
–I tried y but returned 150
print(r.y)
–returns 150[/lua]
That is 100px from the top, but the y value is 150 so it cannot be used…
[import]uid: 24641 topic_id: 21935 reply_id: 321935[/import]