I have two objects, a sprite and a target sprite for the first sprite to move towards. Sprite is in the family 'enemy' and the target is in the family 'enemytarget', and they are both in a container.
If I tell an enemy to look at enemytarget, all instances of sprite look at one target sprite. This happens even when using for each.
Why aren't the objects being picked correctly?