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
Project to exe
By Syntac, with 3 replies.
Last reply by Upupzealot, about 11 years ago:
@Gevater_Tod4711 dose the exe still need JRE to run it? I mean can it run on PCs which dose not have JDK/JRE installed. ============================== I read the website you'v given. It still needs JRE. Any way it's very nice of you to share the tool here :-)
how do i do this?
By javanoob, with 4 replies.
Last reply by javanoob, about 11 years ago:
thank you~~ XD
i don't know what is wrong with my stage changing.
By javanoob, with 2 replies.
Last reply by javanoob, about 11 years ago:
thx!! it worked!
MOVING BACKGROUND
By Prish950, with 2 replies.
Last reply by Prish950, about 11 years ago:
THANK YOU SO MUCH
Improving the Crab assignment - Please HELP!!!!!
By snobiz45, with 8 replies.
Last reply by Gevater_Tod4711, about 11 years ago:
You try to create new instances of the type Lobster (addObject(new Lobster(), ...); ) But you can only create this objects when the class called Lobster exists. In the class that represents your lobster you need to add the name of the class in the deklaration (public class Lobster extends Actor) If your class is called different or you haven't even got a class Lobster you need to change the name or create a new class. (To create a class you rightclick on the actor class, choose new subclass and enter the name Lobster)
Help with this Code!
By tartags11, with 5 replies.
Last reply by SPower, about 11 years ago:
To summarise all the stuff we were talking about, this should work: <Code Omitted>
Trying to Reset (Breakout Game)
By OhSoFoxy, with 2 replies.
Last reply by OhSoFoxy, about 11 years ago:
Thank you so much. I was struggling on that part lol
Randomly turn
By skyhighh, with 3 replies.
Last reply by skyhighh, about 11 years ago:
thank you very much
how I do to save the best score in end of game?
By Kizzy8965, with 2 replies.
Last reply by Kizzy8965, about 11 years ago:
Thank you so much !!! \o/
some one can help me cheating :D heheh
By wa7sh89, with 3 replies.
Last reply by mjrb4, about 11 years ago:
This isn't a place where people will help you cheat - if you've got a problem with a particular piece of code you want help with then great, but no-one's going to write the thing for you (and nor should they!)
counter and base
By mellotelli45, with 1 reply.
Replied to by Gevater_Tod4711, about 11 years ago:
Could you be a bit more specific? What kind of counter do you need? What should it count? ...
Removing Object from world
By Cyan002, with 6 replies.
Last reply by matheusdcb, about 11 years ago:
If you're already in object the be removed, when is only of removeObject(this);
ยด[URGENT] As make a system of Score in Greenfoot?
By matheusdcb, with no replies.
Want to make a system of score with 5 players and yours respective 5 scores. Someone help me!!! Thank you.
no wombat on menu
By jackthorn, with 3 replies.
Last reply by jackthorn, about 11 years ago:
thank you very much! i set it up at work, on lunch, and didn't really have time to mess around with it; so, i thought it best to just ask, since i am at the start. i appreciate your input. it just needed compiled. cheers!
Is there a tutorial for greenfoot
By mrwhales, with 1 reply.
Replied to by danpost, about 11 years ago:
Expanding your general knowledge of the Java language and how OOP (object oriented programming) works should get you well on your way; and looking over what methods are available both within Greenfoot and some of the more useful Classes provided in the Java API would not hurt (for examples: the List class, Math class, and Color class). The Greenfoot API is accessible through the 'Documentation' link at the top of the page. The Java tutorials, trails, and API can all be found though
Java tutorials
index page. The second section o
783
784
785
786
787
788
789
X