Hi
I simply want to know the collision point of two objects. I do it like this:
ufocoll.collision = onLocalCollision2 ufocoll:addEventListener("collision", ufocoll) function onLocalCollision2(self, event) if ( event.phase == "began" ) then print (event.y) end end
The collision is detected but event.y is always zero. The gotchas don’t aply here.
Thanks for your help!
Olivier