Any idea why group.x is such a large number when I do? I’m trying to make sense of Corona’s coordinate system.
self.group = display.newGroup() self.group:setReferencePoint( display.CenterReferencePoint ) print( self.group.x ) [import]uid: 4596 topic_id: 8374 reply_id: 308374[/import]
I’ve filed that as bug#4230 “setReferencePoint of empty group returns wrong local reference coordinates” a couple of weeks ago…
It’s still under review, like 30+ other submitted bugs…
-FrankS. [import]uid: 8093 topic_id: 8374 reply_id: 29947[/import]
Ahh, thanks Frank. I’m still getting a hang of the Corona API, and sometimes I have no clue whether I’m encountering a bug, or just not understanding something. [import]uid: 4596 topic_id: 8374 reply_id: 29950[/import]