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
event happening once
By davemib123, with 11 replies.
Last reply by davemib123, about 13 years ago:
ace that works, just as expected.
The names of the buttons
By Kartoffelbrot, with 2 replies.
Last reply by Kartoffelbrot, about 13 years ago:
Oh, then I am confused why those names didn't work? Maybe I had a spelling mistake. Thanks.
What am I missing?
By a_quiet_person, with 3 replies.
Last reply by davmac, about 13 years ago:
Also, you can right-click the world and "save the world". This writes the code for you.
PLEASE HELP
By fredold44, with 2 replies.
Last reply by fredold44, about 13 years ago:
thank you very much
Need help with code!
By 8bitorangejuice, with no replies.
Hello, I am having a problem with my game where if you press space it is ment to jump and then land on the building but am having a problem where it jumps a bit and then straight away goes down...
Help!
http://speedy.sh/ZDASc/My-Runner
for the download, sharing isn't working for me... Thanks!
Moving Background
By RahulUK, with 7 replies.
Last reply by RahulUK, about 13 years ago:
Thanks guys. i will try that
GREENFOOT DARE #1 THEME
By Game/maniac, with 40 replies.
Last reply by joeschmoe, about 13 years ago:
yeah, that'd be awesome. I'm going away today until sunday night so I'll check back in then
moving object forward after offset
By davemib123, with 5 replies.
Last reply by davemib123, about 13 years ago:
That's great. I've just tried out both methods and they work great with some minor tweaking :)
Solid Objects
By Kartoffelbrot, with 7 replies.
Last reply by Kartoffelbrot, about 13 years ago:
Ok, thanks.
html export
By GrimCreeper312, with no replies.
i have exported a scenario into a html document, but when i open the document on my desktop it gives me an error NullPointerException and when i click details it gives me. Java Plug-in 10.25.2.16 Using JRE version 1.7.0_25-b16 Java HotSpot(TM) Client VM User home directory = C:\Users\Stephon Eaton ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to <n> ---------------------------------------------------- i have all the files greenfoot made in a folder on my desktop please help
Kinect - Detecting Jumping
By 8bitorangejuice, with 5 replies.
Last reply by davmac, about 13 years ago:
I don't have time to write code for you, sorry. If you try it yourself but it doesn't work I can look and suggest why.
Which is better: if, if or if else if
By davemib123, with 8 replies.
Last reply by danpost, about 13 years ago:
Refer to the Java tutorial page on
Arithmetic Operators
.
Using constructor local variable
By davemib123, with 3 replies.
Last reply by davemib123, about 13 years ago:
Davmac that is such a neat technique. I've just applied it to a number of classes :)
Need help
By MagicFish, with 2 replies.
Last reply by MagicFish, about 13 years ago:
Gevater_Tod4711 wrote...
If the execution of the game has been stopped the method stopped() in World is called. If you overwrite this method in your world class you can easily check whether the game was paused. If you need to know the methods greenfoot provides it's always good to have a look at the
Greenfoot API
.
Thanks! I did it.
TWO independent parts in ONE world:possible? important!!!!!
By pigletisland, with 8 replies.
Last reply by danpost, about 13 years ago:
You would create your new world (or level), as normal, then change the world that the pip object displays by calling the method provided on the pip object: <Code Omitted>
814
815
816
817
818
819
820
X