This is nothing more or less than a picking issue. You can pick either one instance of you sprite, or the sprite as is; ie. all instances at once.
If you have an event, that has not picked one of your monsters and then you refer to the monster sprite, the changes will apply to all instances.
Pick a single instance by UID or IID or by an event like "on collision with" and the changes will only apply to this instance.