I'm going to take a guess at what is happening here.Actor 1 detects collision with actor 2Actor 1 changes animationActor 2 does not detect collision because new actor 1 animation doesn't collide with actor 2If that is the case, what you could do is have each actor set the animation of itself as well as the colliding actor.