I have created a custom image to use as my scoreboard. I just need to figure out how to get a white font on top of my scoreboard and get it to count every time that my returner crosses a y-coordinate (which is the goal line). I have a private int that counts touchdowns in the returner class, but how do I do the same and display it in the scoreboard class? Thanks!

