Hello!
Is it possible to center a text object at a given x,y coordinate? The following approach does not work:
local Label = display.newText("Hello", display.stageWidth/2,display.stageHeight/2, nil, 28);
Label:setReferencePoint(display.CenterReferencePoint);
Thanks in advance for any help!
Andreas Rozek [import]uid: 4331 topic_id: 433 reply_id: 300433[/import]
