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
GREENFOOT DARE #1 THEME
By Game/maniac, with 40 replies.
Last reply by joeschmoe, over 11 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, over 11 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, over 11 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, over 11 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, over 11 years ago:
Refer to the Java tutorial page on
Arithmetic Operators
.
Using constructor local variable
By davemib123, with 3 replies.
Last reply by davemib123, over 11 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, over 11 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, over 11 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>
Wombats - Add a counter to display how many leaves the wombat has eaten
By mccarthym, with 7 replies.
Last reply by mccarthym, over 11 years ago:
Thanks all for the help I really appreciate it.
making an actor "eat" more than one other actor?
By grace_lowton, with 7 replies.
Last reply by DoctorProfessorYoshi, over 11 years ago:
the solution is simple. repeat the code for the first fish, then just change the class name! The DoctorProfessor is out!
Moving background
By Will_Taylor, with 1 reply.
Replied to by Zamoht, over 11 years ago:
This great
scenario
from danpost might be what you need.
Using counter.class for life and score
By davemib123, with 14 replies.
Last reply by Zamoht, over 11 years ago:
Good :) Just ask if you need any help.
static int: How do I change it from a subclass?
By 8bitorangejuice, with 4 replies.
Last reply by 8bitorangejuice, over 11 years ago:
Thanks!
Lego NXT support
By Game/maniac, with 11 replies.
Last reply by davmac, over 11 years ago:
Plus finch has no display either but you still integrated greenfoot with finch
There is a support library (and documentation) for using Greenfoot together with Finch robots, but they aren't integrated in any real sense. If all you want to do is read sensor values, I think you can just use a library as I suggested in the previous comment. When you said:
I want to be able to program my next brick in greenfoot.
I assumed you meant that you want to write code in Greenfoot which would run on the brick. You certainly can't do that with the finch!
807
808
809
810
811
812
813
X