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
How can i make a while loop for multiple objects?
By tayyabah72, with 6 replies.
Last reply by tayyabah72, over 4 years ago:
thanks it works perfectly
how making this array to be looping?
By mariq_rasyid29, with 2 replies.
Last reply by mariq_rasyid29, over 4 years ago:
solved thx sir
I cannot find my mistake,
By some_dude, with 4 replies.
Last reply by some_dude, over 4 years ago:
Gbasire wrote...
well, you're not calling welle4, so it cannot increment AmountWaves to 4 or more, because the last time you can increment it is in Welle3(), where AmountWaves can only be incremented if it's value is equal to 2
AAAHHH Thank you so much that's so stupid, you can't imagine how long I tried to figure this out!!!
SCROLLING BACKGROUND
By ronald, with 9 replies.
Last reply by ronald, over 4 years ago:
The only way is to tap the code I do not think I can have the code by the link as on the greenfoot IDE or maybe it's me who misunderstood
how make the background of world changed for 10 sec
By mariq_rasyid29, with 1 reply.
Replied to by RcCookie, over 4 years ago:
<Code Omitted>
Movement issues
By Georgegeorge, with 8 replies.
Last reply by danpost, over 4 years ago:
Georgegeorge wrote...
ok I've got the code to work now but there is a slight problem it only executes the action once I was wondering if it could be executed once everytime I press the button
That is what it should do. If not working properly, show your class codes.
DATABASE URGENT
By HELP, with no replies.
FIRSTLY i need to connect it to my sql query language and write a programme to calculate the top three highest scores out of 4. OR just a regular database on green foot to calculate the top three out of four ie if interger1 = 692 integer2= 234578 integer3= 1 integer4 =1 also. what would the code be in order to find the top three.
Crop Circle
By ronald, with 11 replies.
Last reply by danpost, over 4 years ago:
Lines 17 thru 24 should not be in that
act
method. You are showing code to an anonymous
Actor
class that should be in another class. It is the
act
method of the outer class that those lines should be in.
how to make a play again button
By PetrusderEchte, with 1 reply.
Replied to by danpost, over 4 years ago:
PetrusderEchte wrote...
When the game is over there comes a picture where you can read game over. Now i want to add a button on this page so that if you push it the game restarts. But how do i do it?
Is that a separate game over world or are you showing game over with an actor in your game world?
For Loop drawPolygon
By ronald, with 4 replies.
Last reply by ronald, over 4 years ago:
ok thank you
Method isnt stopping even though I set the boolean to the opposite value
By duckquack10393, with 1 reply.
Replied to by danpost, over 4 years ago:
duckquack10393 wrote...
For some reason even though I changed the value of the isGameOver boolean to true, the method still keeps on running.
You changed the value of the
isGameOver
boolean
in
a
world to true, but that would not be in the running world. You changed it in another world that you created on the previous line.
Click on box to get the next dialogue.
By Furko, with 2 replies.
Last reply by Furko, over 4 years ago:
It works now. I couldn't find the mistake on my own, so thank you very much for sharing your insights!
weird greenfoot update? how to revert?
By Aaron-aid, with no replies.
its all green and stuff and the code looks dif
Hello I watched a Youtube video on how to make a maze, I keep getting Error's I need help! (I am new to Greenfoot)
By Rylan2005Jack, with 1 reply.
Replied to by danpost, over 4 years ago:
Remove line 2. Also, the
getColorAt
method does not work on a
World
object (it works on a
GreenfootImage
object) and requires two
int
parameters, not one.
how to show the time used local computer time?
By mariq_rasyid29, with 1 reply.
Replied to by danpost, over 4 years ago:
mariq_rasyid29 wrote...
the format is hours : minutes
Please refer to my
Value Display Tutorial
scenario.
70
71
72
73
74
75
76
X