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
Draw String
By thefutureisnow, with 5 replies.
Last reply by matt.milan, almost 13 years ago:
I had a similar problem today. Make sure you're using setImage(image) in your code. if it's there, and in the right spot, and it still doesnt work. let us know i like to make an updateImage() method that i call first from the constructor, and then any time i change the string i start the method with img.clear() to get rid of the old string, and then finish with setImage(img)
Error with movement code
By DAustin15, with 2 replies.
Last reply by DAustin15, almost 13 years ago:
Thank you very much, my group and I checked that and found the mistake a little while after we posted the message. We actually were able to get the loop working and the movement is working correctly now, thanks for the comment to help though.
Help with creating an array
By DAustin15, with 4 replies.
Last reply by danpost, almost 13 years ago:
Now, that I know how things are arranged, I can say the the pads are not neccessary. All you needed to do was add a Property instance variable in the Property class called 'nextProperty' and link all the properties with it.
How would I make a button?
By ChaosWar, with 4 replies.
Last reply by erdelf, almost 13 years ago:
it is only a name, call it an other name and it will work, too
Greenfoot shooting ERROR i need a bit of help
By Charlie, with 5 replies.
Last reply by MatheMagician, almost 13 years ago:
It appears you have to0 many brackets, though you could have just copied an extra one over while posting it. Also, is the name of the class Bom or bom?
How do i end a java sentence i really need help
By Charlie, with 4 replies.
Last reply by Charlie, almost 13 years ago:
OMG thank you guys and IsVarious i visualise it and got it now my game is going to be pro and i have learned something
screenshot
By Flourytub43, with 4 replies.
Last reply by tylers, almost 13 years ago:
then you crop it
Actor Movement Help
By DarrenM2012, with 15 replies.
Last reply by davmac, almost 13 years ago:
IsVarious: try that in a scenario and you'll see that it doesn't work :)
Problem with comparing of two lists
By Chaos_of_90, with 21 replies.
Last reply by Chaos_of_90, almost 13 years ago:
Now I have:
int with leading zeros
By erdelf, with 2 replies.
Last reply by erdelf, almost 13 years ago:
thx. I think I will use it-
Displaying Levels :)
By Matt, with 4 replies.
Last reply by martijn13039, almost 13 years ago:
no problem you are welcome :)
[greenfoot.org] Cannot get the data stored or my scenario
By trash1000, with 1 reply.
Replied to by nccb, almost 13 years ago:
Thanks for pointing it out, we've now fixed it.
Music Problems
By Denzien, with 17 replies.
Last reply by Denzien, almost 13 years ago:
Yes it works!!!! Finally... thanks a lot, both of you ^^
Removing the Reset and Run(Pause) button?
By WonYoung.Chang, with 2 replies.
Last reply by davmac, almost 13 years ago:
No.
why do my greeps do this
By wahaj, with 2 replies.
Last reply by wahaj, almost 13 years ago:
no, i left the pseudo code for them picking up the tomatoes because thats already built into the scenario we are given. here is the code in the Creature class which is a subclass of Actor
964
965
966
967
968
969
970
X