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
More than 2 Level
By Zaickz, with 5 replies.
Last reply by mkramer, almost 13 years ago:
*push*
I came up with a simple spawning code that does what i need but...
By Treena.Lake, with 6 replies.
Last reply by davmac, almost 13 years ago:
The stack trace shows where the error is happening: at Coin.checkCollision(Coin.java:37) I.e. it's in the "Coin" class ("checkCollision" method), line 37. That's the code that you should look at.
That new playerInfo thing
By stevenGrohe, with 3 replies.
Last reply by stevenGrohe, almost 13 years ago:
okay, thank you !
Is there a drawback to using Java 7?
By darkmist255, with 2 replies.
Last reply by darkmist255, almost 13 years ago:
That's what I thought, I think I'll avoid using it for the time being.
Passing a class as a parameter
By darkmist255, with 3 replies.
Last reply by darkmist255, almost 13 years ago:
Alright another question, is it possible to have an array of classes? The idea here is I want to have an array of Strings and an array of the Classes that they represent. For example: <Code Omitted>Unfortunately I can't seem to make an array of classes, is there a way this could be achieved?
Well... I can make an array of classes if I capitalize
Relative paths/folder structure
By darkmist255, with 4 replies.
Last reply by kiarocks, almost 13 years ago:
Actually, it works better like this: <Code Omitted>
how can I create a goal?
By Girl2012, with 2 replies.
Last reply by Girl2012, almost 13 years ago:
danke für deine hilfe, aber dass mit dem Ziel verstehe ich gar nicht :( danke trotzdem :)
If Counter =...
By Prudene, with 4 replies.
Last reply by Prudene, almost 13 years ago:
Thanks! Thanks a lot! :DD I know this is a bit late, but that really helped me with my project :)
Actors death
By Benedict, with 19 replies.
Last reply by danpost, almost 13 years ago:
Put in the Bear class the following methods; <Code Omitted>Then, in your Bear class, in the act() method, put <Code Omitted>
diffrent between greenfoot and blueJ
By Moritz, with 2 replies.
Last reply by Moritz, almost 13 years ago:
oooh ok - yes I forgot to change that.. =)
Help please
By Girl2012, with 17 replies.
Last reply by erdelf, almost 13 years ago:
import javax.swing.*; vor der Klassendefinition setzen. Das mit dem setzen geht natürlich, geh einfach auf mein profil mein bild mit link dahin ist irgendwo <-- da. Da steht meine E-mail addresse, einfach den projekt ordner mit deinen Wünschen schicken.
Easier way to add objects.
By Zamoht, with 2 replies.
Last reply by Zamoht, almost 13 years ago:
Thank you!
mouse click on actor
By gusbus123, with 1 reply.
Replied to by gusbus123, almost 13 years ago:
Ok iv got it working if the mouse is over the object but the check for button clicking isnt working this time.
More classes expected
By K_O_P, with 8 replies.
Last reply by K_O_P, almost 13 years ago:
Ok, thank you! I'll try this.
remove all objects except one.
By bakkie, with 2 replies.
Last reply by danpost, almost 13 years ago:
If you already have a reference to the Actor you do not want removed, called 'saveMe', you could <Code Omitted>
956
957
958
959
960
961
962
X