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
How do I upload a Scenario to test?
By askgriff, with 1 reply.
Replied to by askgriff, over 12 years ago:
OMG... never mind. Share button. LOL I feel like one of my students.
In my scenario people are able to make "childs". But instead of making one child, they're making 5-10.
By kaatja, with 3 replies.
Last reply by danpost, over 12 years ago:
Change <Code Omitted>to <Code Omitted>
Ich möchte, dass mein Baby.class wächst zu einem Kind.class, weiß aber nicht, wie ich die grow Methode hier anwenden soll..
By kaatja, with 8 replies.
Last reply by danpost, over 12 years ago:
<Code Omitted>I condensed the code so it would not take so many lines (I had to properly indent the code anyway, so I could check the bracketing). You do no
I want my baby.class to grow to a child.class but I dont know how to use the grow method..
By kaatja, with 2 replies.
Last reply by kaatja, over 12 years ago:
it is ! .. but it doesnt work
Creating a new button in menu
By LordBeno, with 1 reply.
Replied to by danpost, over 12 years ago:
In your 'Background' constructor, add the statement that adds the new object to its world.
Null Pointer Exception for what?
By Entity1037, with 3 replies.
Last reply by Entity1037, over 12 years ago:
Thank You. Actually the problem is so simple, I'm surprised I didn't figure it out! Oh well :/
Grow method. Need help :(
By kaatja, with 2 replies.
Last reply by danpost, over 12 years ago:
<Code Omitted>
Explosion
By Pacplay, with 2 replies.
Last reply by danpost, over 12 years ago:
@Gevater_Tod4711, (1) 'getOneIntersectingObject' is an Actor class method (2) 'getOneIntersectingObject' returns an Object (not a list) Because of (1) above, you cannot use the method on a World object ('getWorld' returns a World object) Because of (2) above, you cannot use 'isEmpty()' on what it returns ('isEmpty' is a List class method) It should be <Code Omitted>
Image change problem
By Hawx_, with 13 replies.
Last reply by Hawx_, over 12 years ago:
Thanks a lot Danpost! And thank to everyone else for the comments. Helped a lot , Hawx
Getting X of centered Object
By MrBunni, with 1 reply.
Replied to by danpost, over 12 years ago:
An example to go by would be
Can the world detect objects?
By Entity1037, with 2 replies.
Last reply by Entity1037, over 12 years ago:
Thank you!
Help with program? (Game won't end)
By beemo27, with 3 replies.
Last reply by davemib123, over 12 years ago:
not a problem beemo27. Welcome to the greenfoot community.
Can we run greenfoot game for Android?
By ahmadsidrap, with 1 reply.
Replied to by davemib123, over 12 years ago:
doing a quick search (using search box in top left corner) you will
see several topics and games
my character falls through the ground
By KierTulp, with 9 replies.
Last reply by danpost, over 12 years ago:
My mind was in fall mode when I wrote that, sorry. Try the following, which allows for negative values as well. An added 'step-back' was added to prevent sinking into a ground surface.
Help with spawning
By avatarcolin, with 19 replies.
Last reply by avatarcolin, over 12 years ago:
If you guys want to see it, i put it up here
http://www.greenfoot.org/scenarios/7001
903
904
905
906
907
908
909
X