Having a minor brain seizure here. What I want to do is, when I touch an object, I want to set that object's 'selected' variable to 'on' and set all the other objects in the family to 'off'.
So I have..
On touched 'Family'.... 'Family' Set selected to true.
And now I want to set all the other objects in the family to false. I can't just set the entire family to false above this event because I want this value to persist until another selection is made.
I know there's a simple solution but I can't think of it right now.