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
Health Hearts!
By Razzo, with 10 replies.
Last reply by davmac, about 13 years ago:
sp33dy, that's no problem. It's good to have people who are willing to try and help others!
A simple method for getting all the images under an actor...
By Duta, with 1 reply.
Replied to by Duta, about 13 years ago:
Dw, made something that worked.
How to remove 1 object..
By DMCGames, with 4 replies.
Last reply by Duta, about 13 years ago:
Yeah, sorry about that - I typed it like ten minutes after I'd woken up..
Greenfoot Webinars
By tcooper66, with 1 reply.
Replied to by Duta, over 13 years ago:
If you want I can do one on basic networking (using BlueJ to create the server, and Greenfoot for the game client), if you want.
Image problem in actor
By sp33dy, with 4 replies.
Last reply by sp33dy, over 13 years ago:
Just posted up my Lines demo. Will comment code and publish soon. Thanks for prompt to making me think!
Guide
By toytttttt, with 1 reply.
Replied to by davmac, over 13 years ago:
Try the 'Documentation' link at the top of this page. In particular, check out the videos.
Score not going up
By Blight, with 7 replies.
Last reply by kiarocks, over 13 years ago:
Have you tried<Code Omitted>
Check if actor is in the world
By Blight, with 1 reply.
Replied to by Builderboy2005, over 13 years ago:
<Code Omitted>Is the easiest way. getWorld() return null if the Actor is not in the world, and returns non null otherwise!
Move actor towards actor with double precision
By darkmist255, with 18 replies.
Last reply by darkmist255, over 13 years ago:
Lesson today class: Just when you think you're doing something intelligent, you probably messed up the first step.
Drawing Problems
By Mikeson, with 4 replies.
Last reply by danpost, over 13 years ago:
Yeah, the parameter count was a big tell-tale. I should have seen it! (Thanks, davmac)
Greenfoot not displaying anything
By Mete0r1t3, with 20 replies.
Last reply by Mete0r1t3, over 13 years ago:
anyway, it still does not work (snakeparts are not showing up), and it due tomoro so...(well today now) but ill keep on working on it and eventually upload it here :D and...
THANK YOU SO MUCH
for your help
Multiple Conditions?
By DMCGames, with 4 replies.
Last reply by Builderboy2005, over 13 years ago:
Try putting a System.out.println("Test") inside of the If statement. That way you will be able to tell what the problem is. Is the problem that the If statement isn't being triggered, or that the object isn't being added properly?
A-Level Computing : Programming Language
By ghd@olchfa.org.uk, with 2 replies.
Last reply by Duta, over 13 years ago:
Java would be a great addition in my opinion :D At my sixth form college, if you study IB (international baccalaureate) Computer Science, you use Java in the IDE's NetBeans, BlueJ and Greenfoot, which in my opinion (as a student of the course) its a great system. Our A level Computing students have to use Visual Basic though (poor them...)
GamePad not finding package
By MikeReilly22, with 1 reply.
Replied to by MikeReilly22, over 13 years ago:
Self-answer, persistence and experimentation pays off! Since the PacMan could not find the net.java.games.input, but I saw it there, I decided to just replace the gamepadlib folder with the one from the GamePadTester which did work. This solved the recognition problem. Then there were two methods in PacMan that were improperly overriding the move method by narrowing the access from public to private, so I changed them to public. Then, it worked! So, copy the gamepadlib folder from GamePadTester on top of the PacManGamePad folder. And, don't forget to rename the jinput-dx8_64 to j
How to transition to new level
By Blight, with 3 replies.
Last reply by davmac, over 13 years ago:
Blight, if you need more help, you should post some code to show what you have and what you're having trouble with. The question is way too general otherwise.
1012
1013
1014
1015
1016
1017
1018
X