Installed greenfoot for windows. When launching greenfooot, cannot see the canvass in the GUI. Also the buttons Act, Run are not activated. I had to click compile in order to activate.
Installed greenfoot for windows. When launching greenfooot, cannot see the canvass in the GUI. Also the buttons Act, Run are not activated. I had to click compile in order to activate.
That is normal, provided a scenario was opened (if I understand you correctly).
Following the Wombat example. I can open the Wombat class in an editor (right click option available to open source code). However, this option is not available for Actor class. Instead it has option to open documentation. Is there a special folder where Actor source has been placed?
That's normal as well. Consider World and Actor as super classes that you use to separate your game components. Actors are objects which live in a World. Both of these classes have special behaviours which you use to manipulate how your game components behave.