A duplicated object doesn't follow same blueprint of original?

I wrote a small blueprint to move a block on mouse click up some feet in the air, and then when clicked again, the block moves back down. I am attaching this blueprint. Now when I go in the view port, and duplicate this object (using CTRL + W), The second object will move when clicked, but not the first. If I duplicate it several times, only the most recent one will move. Why is this?

Came here to answer my own question. It has something to do with the input. When I made an identical object with an identical blueprint, but instead changed the Left mouse button from pressed to released on one of them, They worked. Somethingsomething same input multiple blueprints.