Hi!
Is it possible to somehow get the X/Y position of where the collision between two objects happened?
I haven't been able to find a topic that would answer this sufficiently yet so i decided to open one.
Develop games in your browser. Powerful, performant & highly capable.
Check out this demo:
howtoconstructdemos.com/detecting-the-exact-point-of-collision-between-two-large-objects-capx
There is an addon, that allows to read positions of points in the collision polygon. Which should make the job easier - you won't need to replicate the polygon with image points.