Hey guys, im making a basic program with 2 actors who each move to the right every time they are clicked, I was wondering if there was anyway for one to check the others location and act accordingly to where it is, for instance . I know I can use if and else but is there any way to find the other actor inside of this actor class?

