Actions don't sync?

So I have a scene were a character is repeatedly punching someone but the person receiving the punch isn’t reacting on time to the hit. It’s out of sync… how do I fix this?

Here’s the coding…

@Cindyy is punch_fight_give_angry_loop
&BOYSTRANGER is punch_fight_receive_angry_loop


Thanks!! < 33

Try it with

@Cindyy is punch_fight_give_angry_loop AND BOYSTRANGER is punch_fight_receive_angry_loop

Or switch the order of the commands, like

&BOYSTRANGER is punch_fight_receive_angry_loop
@Cindyy is punch_fight_give_angry_loop