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
Other programming languages
By seabrook, with no replies.
Have you any thoughts of implementing front-ends to Greenfoot for teaching other languages, say Python, Ruby, Lua or functional languages like Haskell or ML? The front-end might eventually generate bytecode for your local JVM. -- Dick S.
Forum feedback
By mik, with 9 replies.
Last reply by allekalle, about 12 years ago:
There is a big need for more and separated categories. Now advanced questions are mixed with newbee questions, for example. It would be easier with different frames/pages for different issues, for example. I had a question relating to an exercise in the book, but I hesitate to ask among these other questions. (Exercise 5.10 on page 67 is confusing. Don“t you need to do the stuff on the next page first?) Exceptionally nice book, otherwise.
Need help with PaintOrder
By Upupzealot, with 4 replies.
Last reply by Upupzealot, about 12 years ago:
Thanks you two above for reply. The problem is that I overrided addObject() and removeObject() method in my world, and it turns out that is the bug. Again, thanks very much for helping.
Java heap space
By Gingervitis, with 4 replies.
Last reply by Gingervitis, about 12 years ago:
That might be hard to do because a lot of my classes do different things. i don't even know how to about combining all those classes. When I reaches the maximum number of classes allowed, I could just make a sequel....
Need help moving Actor
By SonnyFullerton, with 1 reply.
Replied to by danpost, about 12 years ago:
Please show the class code for the actor in question that you have so far (with an attempt at having moving and jumping code implemented).
Image changing
By Gingervitis, with 1 reply.
Replied to by danpost, about 12 years ago:
Of course it is. You just need a reference to the object of that class whose image you want to change. For example, if an ActorA object intersects an ActorB object and you want to change the image of the ActorB object from the ActorA class: <Code Omitted>
Text Error
By Gingervitis, with 1 reply.
Replied to by danpost, about 12 years ago:
Switch lines 27 and 28. After calling the 'removeObject' method, calling 'getWorld' will return null.
Removing an object at world edge problem
By Gingervitis, with 17 replies.
Last reply by Gingervitis, about 12 years ago:
I actually just figured out my problem. I changed the coding for several classes and I got it to work.
Adding multiple objects to the world via another object.
By Minion1, with 9 replies.
Last reply by Minion1, about 12 years ago:
Well I'll be.. it worked! Thank you danpost. I'll see about making good use of this. Some other thoughts occured to me while waiting for a response, I may be able to work on this through another way. But now that this is working it will help me immensely. Sorry for all the confusion, I'm very new to this.
how to increase speed of lobster
By kingenzo, with 7 replies.
Last reply by danpost, about 12 years ago:
Edit on last post: had wrong scenario listed; it has been corrected. The scenario uses a slowdown rate of one (true slowdown value of 1/100) and an acceleration rate of twenty (true acceleration value of 20/100 ).
How to have a counter?
By bbwf, with 4 replies.
Last reply by davmac, about 12 years ago:
Correct, this is for school, but I am having a hard time trying to do this because I don't know how I would. Which is why I am also asking for an explantation.
You are asking for
everything
. Have you even tried? Where is your code? What part are you stuck on?
Help? getObjectsInRange..
By Draymothisk, with 8 replies.
Last reply by Draymothisk, about 12 years ago:
Thanks both of you! Look forward to my work soon up; working hard.
Looking for a way to pause one method while another finishes
By bjonesre, with 6 replies.
Last reply by bjonesre, about 12 years ago:
I see what you mean, if the Asteroid is class is being removed it would make sense why I was getting a null pointer. Hopefully I'll get a chance to get it working tonight. Thanks.
how to spawn random worms after they have been eaten
By kingenzo, with 2 replies.
Last reply by kingenzo, about 12 years ago:
thanks
Set a new world from a class in Actor
By Solringolt, with 2 replies.
Last reply by Solringolt, about 12 years ago:
Thx a lot it works with this!
881
882
883
884
885
886
887
X