EdwardjT92's example works even if your condition is "family clicked" and action is "set family position to 0,0" it will still only move the clicked object since the click "picks" that member only. If your trying to do something less selective you will need to make sure of which family member you are "picking" in the event conditions. You can do this by using distance to something (ie. closest instance, etc), UID, or using instance variables inside family members.. IsChoosen=0... IsChoosen=1...