Physics collision position events

Reference: http://docs.coronalabs.com/api/event/collision/x.html

It is my understanding that collision position events return the point (x,y) of the collision / intersection between two physics bodies upon entering the collision “began” phase, and that these x, y values are i absolute global screen coordinates.

Has anyone experienced weird event.x, event.y values with regards to build 894?

In my case I’m trying to get the x and y of the intersection between two bodies that are colliding, however regardless of where on the screen or how the collision occurs I always get the same event.x and event.y values, which lead me to think there’s something very wrong going on, or my understanding of these position events is off. [import]uid: 117906 topic_id: 30595 reply_id: 330595[/import]

Yes, this is definitely broken. From what I’ve seen in build 894, I suspect event.x/y are sometimes in local coordinates of ev.target or ev.other but never in global coordinates.

Is it fixed in a newer build? [import]uid: 169740 topic_id: 30595 reply_id: 128148[/import]

Yes, this is definitely broken. From what I’ve seen in build 894, I suspect event.x/y are sometimes in local coordinates of ev.target or ev.other but never in global coordinates.

Is it fixed in a newer build? [import]uid: 169740 topic_id: 30595 reply_id: 128148[/import]