How to detect whether a movie clip A touches another movie clip B?
we can implement this function using MovieClip.hitTest()
but according to the documentation this function is not supported in FL
sometimes i use getProperty() to detect but it is not a smart way
well, i want to implement this detect to make a table tennis etc.
how should i do?