I'm stuck on keeping score in my game... Its Pong, and in the ball class I can easily create a score variable and add to it every time the ball is removed from the game, but what I can't figure out (perhaps just as a result of sleep deprivation) how to access that variable from my scoreboard class. Or is that not the best way to go about it? If someone could please point me in the right direction, that would be lovely :) let me know if you need to see any of my source code.