If you use 'static' fields and methods in your Main class for the scores and names, you will be able to change them directly from the Plane class using 'Main.staticMethodName()' or 'Main.staticFieldName'. My Pushy Woman scenario has an example of how that works in the Maze class (I think that is where the 'static' fields for best scores are located).