Sorry for the kind of confusing title. I found this problem while trying to solve the problem from my last thread, and thought it might deserve it's own.

I have an enemy object move unless it is overlapping a player object or a backdrop.

If I make copies of the enemy objects, all the copies stop moving if only one of them is touching the player.

However when any copies are touching a backdrop it only effects the one touching the backdrop.

Does anyone know why this is? I'm trying to allow copies to touch the player and not affect the others.

Any help would be appreciated.