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


