Compare two specific instances of an object?

Comparing instances of the same object is hard, especially collisions. What you need to do is create a new, hidden object (‘ChickCollider’ for example) and then attach that to each Chick instance (using the Sticky extension and the Link Objects behaviour). Then you can check if a Chick collides with a ChickCollider and that should work better.

See this comment for a better explanation: