I can test if 2 objects collide easy enough like below.
can I get information about type of collision like x/y point where hit is or side of object hit etc?
peachpic:addEventListener(“collision”, peachpic)
function peachpic:collision (event)
if event.other.myName == “peachpic2” then
print “Peach2 hit me!”
end
end [import]uid: 138547 topic_id: 25363 reply_id: 325363[/import]

[import]uid: 52491 topic_id: 25363 reply_id: 102510[/import]