This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Discussions
You need to login to take part
Current Discussions
Can I export my project without the frame?
By Upupzealot, with 8 replies.
Last reply by Upupzealot, over 11 years ago:
@biermi The email was sended to you. And you can ask for help by email if you have any question in using it.(It's over 12 o'clock here and I have to go bed, but I would check my email every day) Again I want to @davmac @nccb @mik @GreenfootTeam I think there should be some way to write extensions for Greenfoot, Just like BlueJ did. Noticed that there
is
a "extension" folder in Greenfoot, would that be possible soon? Or is what we want already exists? Or, GreenfootTeam don't like to add this function for some reason?
Greenfoot Installation
By sametguzelgun, with 2 replies.
Last reply by sametguzelgun, over 11 years ago:
Thank you.
ai
By Administrator, with 5 replies.
Last reply by danpost, over 11 years ago:
Yeah, conjured up a rook out of nowhere to avoid losing its queen against me. But to answer the main question, absolutely. The maximum size of a scenario (limited amount of AI), plus not being able to write files (cannot learn), are restrictions that cannot be avoided; plus, time is something to consider (better AI takes more time to process, exponentially). Even with these considerations, a fair AI should be possible to realize. This would certainly be the case for more basic games, like checkers, four-square, tic-tac-toe, etc.
Java Editor shown at SIGCSE 2013
By earlyjp, with 1 reply.
Replied to by davmac, over 11 years ago:
The current estimation is 4-6 months. (The work demoed at SIGCSE was mostly done by both Neil Brown and Fraser McKay).
how to successfully end a while loop?
By gquach, with 1 reply.
Replied to by Gevater_Tod4711, over 11 years ago:
To end a while loop either the abort condition has to be false or you can end it using a break statement. You just have to write an if statement or anything else that checks whether the loop should stop and if so you just add a break; and the loop will stop.
how can i add a powerup
By SorrelCeasar, with 2 replies.
Last reply by SorrelCeasar, over 11 years ago:
where will i put this in the world or in the actor that will eat or in a new class
I am in need of some help with my shooting!
By OxiClean, with 4 replies.
Last reply by OxiClean, over 11 years ago:
Oh, I completely forgot, thank you!
Error message; java.lang.IllegalStateException: Actor not in world.
By ddcook82, with 1 reply.
Replied to by danpost, over 11 years ago:
It appears you are calling the 'atWorldEdge' method from the 'Kitty' class constructor. There should be no need to call that method from there. No actions should be taking place at this time (your world is still in the process of being created). If you show your 'Kitty' world class code, someone may be able to help you resolve this.
Arrays and coordinates
By Shawn, with 2 replies.
Last reply by Shawn, over 11 years ago:
Wow! Thanks! My friend suggested using arrays but he was unclear about it but yours is so easy! Lol I guess arrays are a bit far now
Weird rotation problem.
By PiercingGoblin, with 6 replies.
Last reply by davmac, over 11 years ago:
Store the rotation as a double, and calculate the movement amounts yourself (and use setLocation()) rather than using move().
How can you make sprites move in Greenfoot...
By Mamang_Superhero, with 1 reply.
Replied to by SorrelCeasar, over 11 years ago:
please like my game ]
Scrolling help needed
By Game/maniac, with 24 replies.
Last reply by Mamang_Superhero, over 11 years ago:
okay, sorry
Help with a counter plz.
By Barra84, with 2 replies.
Last reply by Barra84, over 11 years ago:
Hi here is a copy of my world code.
Question about pinball game
By maartendrift, with 42 replies.
Last reply by maartendrift, over 11 years ago:
No? Where is it changed then?
How to put an image in the world
By SorrelCeasar, with 4 replies.
Last reply by SorrelCeasar, over 11 years ago:
please like my game
863
864
865
866
867
868
869
X