Hello, it's me again. Sorry if you guys are getting sick of me.
I'm not the best at green foot.
I know how to do this on As3 but no on Java.
I want to display the text bar.
addObject(new Text(), 120, 300);
I want the score to update when something happens
nScore ++
So the text that has been added to the world will change from
Score:1
to
Score:2
Thank you.

