I'm trying to make a game where there is a timer tracking how long you can last. How many acts are in a second so that I could get it exactly right? And when I say how many per second I mean when the speed bar is directly in the center.
Also, I don't know how to display the number onscreen. I tried the drawString method, but that didn't work because it's an int not a string. Any ideas on this so that I could have it show your score (time)?