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
some infinite loop is created..please help me i am new to greenfoot
By rakesh8015, with 6 replies.
Last reply by rakesh8015, about 11 years ago:
thank you ..:)
HELP!! LEVEL PROBLEMS
By sharifahhilwa, with 5 replies.
Last reply by danpost, about 11 years ago:
No. That code is for the actor that displays the Level number. It has nothing to do with detecting the conditions for changing levels and the block of code with it. What code do you have that checks to see if all dimes have been eaten? and what code do you have for when all dimes have been eaten?
java.lang.OutOfMemoryError: Java heap space
By rakesh8015, with 9 replies.
Last reply by danpost, about 11 years ago:
Super_Hippo wrote...
I had to laugh when I read this post ;) < Quote Omitted >
Oh. BTW, I left the best parts of the story out (felt they would be inappropriate).
cannot find symbol -variable cl1
By rakesh8015, with 5 replies.
Last reply by rakesh8015, about 11 years ago:
i am talking about other problem not this one
UserInfo for not-logged-in user completely blocked?
By Super_Hippo, with 12 replies.
Last reply by Super_Hippo, about 11 years ago:
With my last sentence I meant, if you make 'getTop' working, then you have these instances to call the other methods on, so it gives the solution, if the others are working, as they are described in the API. But true, I didn't express this really accurately due to my bad English... Well, I hope you will succeed in implementing it! :)
How to program music to turn on an off
By arinb, with 5 replies.
Last reply by xxPythonslayeRxx, about 11 years ago:
thank u ^bread^
help me to create aquarium for fish
By MaxMossang, with 5 replies.
Last reply by Zamoht, about 11 years ago:
Show the code you tried to use to make the fishes move.
What is the diference between "boolean" and "void"?
By MyHeartRocksNRolls, with 4 replies.
Last reply by danpost, about 11 years ago:
Since nobody actually mention anything about 'void', I will say this: 'void' is the absence of a data type; similar to how 'null' is the absence of an object. I do not know of any other use for 'void' other than as a return type in a method declaration statement.
need help with deleting one actor at a time
By murraycod, with 2 replies.
Last reply by davmac, about 11 years ago:
murraycod, please
use code tags
and fix your indentation.
I need Help adding time to a countdown clock
By Can'tComplain, with 1 reply.
Replied to by Super_Hippo, about 11 years ago:
In the object that you can click, you put this in the 'act' method: <Code Omitted>With 'clock' as the reference to the clock object. Maybe you save the reference in the world. Then you need to use this reference. In this case, the 'Clock' class needs to have a method called 'add'. Try it yourself as far as you can and then tell us with what exactly you need help.
Is it possible to make a text based game on greenfoot?
By Jakslater96, with 4 replies.
Last reply by Jakslater96, about 11 years ago:
Okay thankyou ill start from scratch
Adding a tag through 'Edit Scenario' doens't work
By Super_Hippo, with 3 replies.
Last reply by Super_Hippo, about 11 years ago:
Alright. I just found it out by chance. Btw, @davmac, did you see this thread? I hoped for an official statement there :) http://www.greenfoot.org/topics/find/44287
java.lang.ArrayIndexOutOfBoundsException
By Spock, with 11 replies.
Last reply by danpost, about 11 years ago:
@Spock, to possibly save time in resolving problems, from now on, please show the entire error message using copy/paste operations. Showing the trace thread with the error message would have pointed us to exactly what was going on immediately (instead of searching through the code to find what might be wrong). In fact something as simple as the index '580' (or whatever) at the end of the error message might have helped in itself; but, still, the more information you give, the better.
Calling score value
By Spock, with 7 replies.
Last reply by Spock, about 11 years ago:
Thanks for that :)
Game MEnu;
By M.Hussain, with 1 reply.
Replied to by danpost, about 11 years ago:
Break the 'menu' down into simple parts that you can work with. For example, a menu has the following: (a) a background -- with possible texts and/or images; and (b) buttons -- actors that perform specific functions when clicked The menu background can be a world canvas or it can be an actor that is added behind the buttons. I have found that it is easiest the create a separate world for the menus. Having a separate world for the menu keeps it separate from your main world (no need to track objects that need removed due to the menu) and it keeps your main world from running while the
651
652
653
654
655
656
657
X