[SOLVED]Problem with trigger

I have 3 different planes in the hierarchy. I wanted to make if first plane reached this position (x:30, y30), 2nd plane will start to transform. Is there a way to return value for another object?

a simple pseudo code in my mind is…

if(plane 1 is at this coordinate)
{
 plane 2 starts to transform
}

or would be better if I proceed to use parenting?

Hello!
Could you be more specific please?
transform where?, I kinda dont understand you pretty well :wink:

ah sorry! I solved this. :slight_smile: Thanks for offering ur help