This site requires JavaScript, please enable it in your browser!
Greenfoot back
greenkar23
greenkar23 wrote ...

2014/7/21

New Greenfoot install: canvass not showing

greenkar23 greenkar23

2014/7/21

#
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.
danpost danpost

2014/7/21

#
greenkar23 wrote...
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).
greenkar23 greenkar23

2014/7/21

#
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?
davemib123 davemib123

2014/7/21

#
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.
danpost danpost

2014/7/21

#
If you wish to view the source of the World and Actor classes, you can download them. Look in the lower-right corner of this page.
You need to login to post a reply.