I recently started a new Greenfoot program ... I don't know what the problem is, the terminal window keeps appearing ... i have a class named "Rac" and another one "Om" and i want to get the coordinate x of the class "Om" and the coordinate x of the class "Rac", now i want to do that in the "Rac"'s class because i want if OmX > RacX , the object from "Rac" to turn its direction with 180 degrees and i don't know how to acces the class "Om" in the class "Rac" ... they are both Actors and it keeps appearing that terminal Window...

