Should this work?
Because it doesn't this is all it shows,
and i have score set as 3
1 2 3 4 5 | public void showScore() { //Show the score showText( "score: " +score, 90 , 90 ); } |
