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

What is happening right now?

Bennylit

reply to Help with weird greenfoot.ActorRemovedFromWorld error

By Bennylit - about 2 hours ago
minTouching is simply a way for me to call isTouching on a spotlight object without the JVM getting mad at me because it has protected access when I'm trying to reference it somewhere else: <Code Omitted>As for the static world, I understand that stylistically you really shouldn't do that, but my project only involves one singular world, no resetting or recreating, so I just make it static so that I can more easily access it.
Bennylit

reply to Uploading Greenfoot project in website

By Bennylit - about 23 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?