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
Untouchable for 2 seconds
By ddvink, with 2 replies.
Last reply by ddvink, over 11 years ago:
Yes, ik ben Dutch ;-) Bedankt man! ;-)
Making walls
By JMGames, with 2 replies.
Last reply by JMGames, over 11 years ago:
thanks :)
monotica
By konkon, with no replies.
is monotica about
μονωσεις ταρατσων
insulation systems?
IllegalStateException
By ddvink, with 3 replies.
Last reply by ddvink, over 11 years ago:
Thanx peeps
Is it ok if I want to use some code in Greenfoot?
By Upupzealot, with 2 replies.
Last reply by Upupzealot, over 11 years ago:
thanks for telling me this.
How can I make a button?
By pashmi, with 18 replies.
Last reply by Kappa, over 11 years ago:
Hi, Gevater_Tod4711 I've updated your code
I don't know how to place an object into the world when I press the button
By JMGames, with 2 replies.
Last reply by JMGames, over 11 years ago:
Okay thank you! And how should i Do it if i want The ballons to go back an forth?
Saving a Game
By RedCreeper, with 5 replies.
Last reply by Gevater_Tod4711, over 11 years ago:
You can choose your own conventions for doing this. You e.g. could save his name and his current coordinates in the world. Or also save in which level he is ...
Connect To Database
By vaibhav1988, with 3 replies.
Last reply by Gevater_Tod4711, over 11 years ago:
I think this would work the same way. I don't know if there's another way without using the JDBC. But I also don't know why the JDBC should not work in Greenfoot.
static and non-static
By fluttershy, with 2 replies.
Last reply by fluttershy, over 11 years ago:
Thank you so much!
Card Matching Game, need help!
By Biq_Boi, with 2 replies.
Last reply by danpost, over 11 years ago:
2500 x 2500 for a world size is extremely huge. Unless you are going to use a scrolling engine, I would recommend a world size of no more than 1000 x 650, as very few users would be able to view a world much larger than that. If you have to, scale down the size of the images for the cards. You can use one class for the cards and alternate between the two images for each card (the back and the front).
Make a resize powerup
By winsticknova, with 4 replies.
Last reply by winsticknova, over 11 years ago:
thank you! i got it to work!
Can you use something like "isTouching" for colors?
By askgriff, with 2 replies.
Last reply by askgriff, over 11 years ago:
Interesting -- so something like this: if (getWorld().getBackground().getColorAt(getX(), getY()).equals(Color.blue)) Thanks, danpost. I'll give it a shot.
Leveling once
By ddvink, with 1 reply.
Replied to by danpost, over 11 years ago:
You can add a Boolean to your char to determine if levelUp has been done or not and change the if to: <Code Omitted>
What is a data structure?
By nathan1610, with 1 reply.
Replied to by danpost, over 11 years ago:
To name a few: arrays, lists, hash tables, graphs, maps, stacks; any organized set of data.
778
779
780
781
782
783
784
X