hey there, I am beginner in Greenfoot and i just come with few problems.
1. how can i add texts onto World in Greenfoot?
2. If so, can you guys explain or show the code to me?
My Value Display Tutorial scenario discusses how text can be displayed in detail. After reviewing the first three sections, you should have enough knowledge to accomplish the task. The fourth section discusses creating a Text class; but I myself prefer to keep the state of an object in the class of the object (where it belongs) and using a SimpleActor object (you will understand, after viewing the pages) to display the textual data.