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
Reference to TriggerManager is ambiguous
By K_O_P, with 4 replies.
Last reply by Busch2207, over 8 years ago:
No thats not the problem. Your problem is with the constructors. You've got TriggerManager(Trigger Recall, Trigger Control, Trigger... Activated) and TriggerManager(Trigger Recall,Trigger... Activated) Now if you write: new TriggerManager(Trig1, Trig2, Trig3, Trig4) this would fit in both constructors. In the first case you would have Trig1 in Recall ,Trig2 in Control and Trig3 and Trig4 in Activated... In the second case you would have Trig 1 in Recall and Trig2, Trig3 and Trig4 in Activated. So the compiler don't know, which constructor he has to take now... So you has to think a
How to decrypt/encrypt a Text-file?
By K_O_P, with 1 reply.
Replied to by davmac, over 8 years ago:
Research an encryption algorithm, and implement it :)
Support classes not found
By sofiware_edu, with 3 replies.
Last reply by davmac, over 8 years ago:
Sorry, the support classes page was accidentally disabled - I have restored it now.
Turret Explosion
By SayMyName, with 2 replies.
Last reply by SayMyName, over 8 years ago:
Thank you for your help, it works now.
Draw String
By thefutureisnow, with 5 replies.
Last reply by matt.milan, over 8 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, over 8 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, over 8 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, over 8 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, over 8 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, over 8 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, over 8 years ago:
then you crop it
Actor Movement Help
By DarrenM2012, with 15 replies.
Last reply by davmac, over 8 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, over 8 years ago:
Now I have:
int with leading zeros
By erdelf, with 2 replies.
Last reply by erdelf, over 8 years ago:
thx. I think I will use it-
Displaying Levels :)
By Matt, with 4 replies.
Last reply by martijn13039, over 8 years ago:
no problem you are welcome :)
874
875
876
877
878
879
880
X