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

What is happening right now?

danpost

reply to Help with weird greenfoot.ActorRemovedFromWorld error

By danpost - about 5 hours ago
Bennylit, I think you should try to keep static content to a minimum. The world does not need to be held in a static variable in the MyWorld class. The minTouching method sounds like it should be non-static -- applying to a particular Spotlight object when called. Basically, if it is created anew or is to be reset during resetting of the project, then it should not be kept in a static field; and as for methods, if it is a behavior of an instance of the class, it should not be a static method. Please provide the code to the minTouching method in your Spotlight class so I can explain with an example.
Bennylit

reply to Uploading Greenfoot project in website

By Bennylit - about 18 hours ago
The normal method is this: In your Greenfoot IDE, press 'Share', and of the three tabs (Web, JAR, GFAR), press the leftmost, web. Then follow the options to fill out your scenario information, then enter your username and password in the boxes given, and press 'Export', and once it says 'Export complete', you should be done. Is your computer showing something else, or does this method not work?