I want to be able to type something, have it converted to a string and shown to the user. Where would I begin?
Also, how do I use "drawString()"?
I've tried using it like this:
But it does not work. Any tips on using drawstring?
GreenfootImage img = getImage(); img.drawString("hello", x, y);