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
Slow down moving speed
By ZekeroXBlade, with 5 replies.
Last reply by -nic-, over 11 years ago:
cool
Player keeps getting stuck on the "Rock" object
By Blakehammond, with no replies.
It is still a far bit away from the object but for some reason the player keeps getting stuck on the rocks, why is this happening? and I am using the "Rock" which came with the program.
Missile shooting question
By leeyong0, with 3 replies.
Last reply by steved, over 11 years ago:
another way you could do it is set some kind of reload timer so that if you hold the hey down it fires once every so often.
Need help with accesing a variable from another actor
By relthix, with 3 replies.
Last reply by davmac, over 11 years ago:
You need to post your code. Either post the relevant parts here, or upload your scenario with source code and post the link to it here.
Animating an object
By Gingervitis, with 28 replies.
Last reply by steved, over 11 years ago:
@laziaf you should probably start a new topic you know. It would be alot more effective...
if intersect method
By leeyong0, with 1 reply.
Replied to by danpost, over 11 years ago:
You seem to be showing the wrong code every time you post a question. When asking about trying to shoot one missle at a time, you should have shown the class with the shoot method in it. Here, you ask about the missle intersecting a ship and should have shown the Missle class. Anyway, I saw your code for the Missle class from you other discussion post and cleaned it up a bit to the following:
Memory Error?
By himynameis, with 1 reply.
Replied to by danpost, over 11 years ago:
Showing the whole error message may help. Although, in this case, it may not; as it probably deals with very large or a multitude of images. When the error occurs may be a clue as to where to look. If you cannot figure it out, you may have to post your code one class as a time, starting with your initial world class.
Button not restarting game
By xxhero24xx, with 4 replies.
Last reply by xxhero24xx, over 11 years ago:
that works. Thanks Dan
Problem with sidecrolling
By kante162, with no replies.
Hi guys, I habe a little problem with my jump'n'run-game
(Scenario here)
, which I can't exactly describe. It's like some scrolling objects are stuck for a moment when switching the direction. After a couple of times switching the direction, the whole level is "destroyed" and you have to restart the level. I thought it might be a problem with the checkKeyPress()-method in the Scrollers class, but i didn't really figure it out. Maybe you could help me please?
Group Project for Beginners?
By askgriff, with 3 replies.
Last reply by davmac, over 11 years ago:
askgriff, if you're an educator you may like to consider signing up to the
Greenroom
and asking your question there.
cannot find symbol method canSee
By sfr123, with 3 replies.
Last reply by danpost, over 11 years ago:
Did you import the Animal class into your scenario? On the menubar, click on Edit>Import class..., choose Animal and click Import.
word wrapping
By tylers, with 1 reply.
Replied to by tylers, over 11 years ago:
done it now but i might need a simpler method ;)
Breakout help
By chris553, with 2 replies.
Last reply by chris553, over 11 years ago:
java.awt.color has been imported at the beginning of the class so java.awt.Color.BLUE is not necessary. I guess instantiated wasn't the proper term. I meant the variable color has been declared. I have tried to do that and I tried it again and thank you for mentioning that because yes that worked. I swear I tried that and it didn't work. I guess I needed another person telling me to try it again. Thanks danpost.
Need Levelsplit HOW CAN I DO THIS??
By Prish950, with 3 replies.
Last reply by danpost, over 11 years ago:
If what you are saying is to create a superclass for all the world levels with two methods in it (one for determining the level to advance to and the other to determine the level to reset), then, yes, that is one viable possibility. It is probably the appropriate one also; otherwise, you would have to write those two methods in all the world level classes. An alternate possibility is to create an array of the level world classes in the initial world. Pass the array from world to world. When not resetting the world but advancing to the next, remove the first item from the array before pas
Need My Actor to Respawn After hitting Left Wall
By Nz-Tank, with 9 replies.
Last reply by danpost, over 11 years ago:
If the sound file for the ambient sound is a very large sound file, that may have something to do with it; otherwise, I could not say.
866
867
868
869
870
871
872
X