I think if you don't use any picking conditions and For Each, C2 automatically selects all instances
edit:
actually, if you use for each, it will still select all instances, but it also gives you (optionally) to choose to make each instance act independently from each other. So using For Each is ok (for your situation).