Hey,
I’m trying to create a game and I need to test if two objects touch each other. the problem is, that the hitTestObject fires before the two MCs actually touch… This is worse if one of them’s rotation has been changed.
How can I overcome this and get a better hit test? Is there some sort of ready class that deals with this?
Thanks!