Is it possible to make hitTest with specific movieclip, e.g. I have a bullet. Can it hit dupped MCs with such instance names like enemy***, so it would be able to to hit enemy123 or any other enemy.
I know this could be accomplished with FOR loop, but Iām using the code within onClipEvent (enterFrame) handler. The solution would help me a lot. Thanks.