Easiest way would be to add instance variable to sprite1 and use it to control which one you want to move.
If you add instance text variable for them called "name" you can then assign different value for each object, for example: "obj1", "obj2", "obj3"
Then in actions you need to make a condition. If sprite1 "name" = "obj2" -> move this object