One of my sprites isn't working

I made a fighting game with these stick people in it. I started by making the entire P1 sprite, then I duplicated it and changed all the controls and whatnot, renamed it P2, changed the color, and activated the game. But for some reason the P2 can only move left and right. It can't do any of the animations, jump, fight, or anything else. Can someone help?

Also, the performance is terrible now (that might be because I basically doubled the game in size. I had to delete the tab just to edit this post.

https://snap.berkeley.edu/snap/snap.html#present:Username=nathenaelhailu08%40gmail.com&ProjectName=Stick%20Fight%202

(The orange one is the defective one)

I think it's because the Player 2 sprite is still trying to run on the old Player one blocks.

I remade them so that the player 1 blocks should still apply. Wouldn't that work?

I know you made new blocks for the player 2 sprite, I am just saying you forgot to input them into player 2

It should be:


Instead of:

That was it! Thanks bro

also, no need to use if <(var)=<<true>>>{ , just use if (var){ .