Alternatively, you can feed the value of the player into a global variable, then have it play animations as follows:
GlobalVariable = Bob
If Left button pressed >> Player play animation GlobalVariable&"Left"
This way you can have one sprite called Player with different animations like BobLeft, BobRight, FrankLeft, FrankRight, etc