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
Tags
By Herman, with 5 replies.
Last reply by davmac, over 13 years ago:
Herman, what browser (and version) are you using? This might make a difference. (You could even try a different browser if possible).
Code tags
By actinium, with 2 replies.
Last reply by mjrb4, over 13 years ago:
Or of course you can just click the "code" button underneath the box you type your message in and it'll do the tagging for you :)
How many times per second does Run execute the act() methods?
By Duta, with 3 replies.
Last reply by Duta, over 13 years ago:
Wow, so at the far right (100) it's doing (or attempting to) do 40 thousand frames per second? Jesus. :L Alright, was just wondering because I was thinking of making myself a better way of timing where you could actually input a seconds value and with some calculations it would... well never mind, I can't be asked dealing with that atm >.< Thanks though, that was interesting.
Change language?
By Metrack, with 2 replies.
Last reply by Metrack, over 13 years ago:
thanks dav
Greenfoot on a USB
By harg97, with no replies.
I can't get the greenfoot application to run from my USB onto my laptop. My computer is broken so therefore I want to get greenfoot to work on the laptop, without downloading it, however the special application which is meant to work anywhere from a memory pen will not load. Does anyone know why?
Run Act and Reset
By run, with 2 replies.
Last reply by run, over 13 years ago:
Thanks for the reply!
I need help with moving.
By Darkhex, with 2 replies.
Last reply by Duta, over 13 years ago:
Well, here's a very basic way of doing it: <Code Omitted>After you have put that code in, you could do something like:
getKey
By michiele, with 3 replies.
Last reply by danpost, over 13 years ago:
Actually, it has to do with the fact that myKey can be null and most probably will be the first time this statement is reached. Instead of checking to see if myKey equals 'space' , check to see if 'space' equals myKey. Since 'space' is never null, you will avoid the null pointer exception.
Animated .gifs on the gallery?
By kiarocks, with 5 replies.
Last reply by Builderboy2005, over 13 years ago:
Ah, sorry for the misunderstanding ^^ Glad you found your answer anyway
Correct my code please?
By Duta, with no replies.
Ignore.
Tutorials?
By mikey, with 2 replies.
Last reply by mikey, over 13 years ago:
Found it, many thanks.
Non-Static method cannot be referenced from a static context
By Duta, with 7 replies.
Last reply by kiarocks, over 13 years ago:
you're welcome
Compiler warnings
By abrabant, with 4 replies.
Last reply by abrabant, over 13 years ago:
Thank you. It seems to work with the new version.
Greenfoot.isKeyDown("shift") not working in 2.1.0?
By ez4u2c, with 3 replies.
Last reply by mjrb4, over 13 years ago:
In the latest version it works for me fine, you'll need to update though. There is the possibility that it doesn't work when you update depending on what system you're running on. In short, it's because there's no feasible solution to guarantee with 100% accuracy that any key is what it says it is. It should work in the latest release, but if not there's not a lot we can really do about it - you'll have to use another key.
How to program greenfoot in eclipse?
By libra_spicy, with 1 reply.
Replied to by nccb, over 13 years ago:
The short answer is: you can't. The long answer is: it's technically possible, but it would be a real pain. Greenfoot was never designed to be a standalone API, so trying to use it like that is not supported. If you really want to do it, export (share) from Greenfoot as an application, then look inside the JAR, pull out all the classes and files and try to build an Eclipse configuration with that. But I'm afraid you're on your own with that. If you want to move on to Eclipse rather than use Greenfoot, I'd suggest you look for a suitable Java library to support game development. A quick
1037
1038
1039
1040
1041
1042
1043
X