i'm trying to detect the collision between 2 object. like his one,
I want to detect collision between my red mallet and those three colored rectangles underneath it. Now for prototype i just use simple color like that. But i want to use image later on.
From what i searched in the internet, looks like box collision is the best way to it. Rectangle collision too small and i fear with the low accuracy.
So my question is, how to build a collision box at the location that i want ?
thank you for your attention. I waited for any of your response