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
Creating a Library
By bpiltin@unitedisd.org, with 10 replies.
Last reply by bpiltin@unitedisd.org, about 13 years ago:
Problem Fixed! I found that the classes for Greenfoot are located in C:\Program Files\Greenfoot\lib\greenfoot\standalone. I added that to my build path and I was able to compile. Thanks for all of your help!
im trying to make a driving game where you walk a guy to a car and then he disapears and you can drive the car
By rcompton5, with 2 replies.
Last reply by danpost, about 13 years ago:
@erdelf, the boolean is no neccessary as 'if (driver != null)' will do the trick. @rcompton5, you were on the right path. I would suggest a check in the Car act() method : <Code Omitted>later, when the trigger to reliquish the driver occurs, you can do <Code Omitted>and have another check to clear the driver
i have no idea?
By sn604s, with 2 replies.
Last reply by sn604s, about 13 years ago:
thanks i erased program then uploaded again
Game Start Menu
By theDoctor, with 2 replies.
Last reply by theDoctor, about 13 years ago:
Ok, I'll see if I can get this to work!
How do I make an object follow another?
By h123n, with 2 replies.
Last reply by h123n, about 13 years ago:
Thanks so much!!! The only reason i did greenfoot. and then getY/X() was because of a friend. Well I proved him wrong.
Public boolean values updating
By RedPhoneBooth, with 2 replies.
Last reply by RedPhoneBooth, about 13 years ago:
Thanks works great!
Can somebody explain me how I can make a hiscore
By martijn13039, with 51 replies.
Last reply by martijn13039, about 13 years ago:
oke thx for al the great help
How come i can't use PlayerData?
By steven0784, with 3 replies.
Last reply by SPower, about 13 years ago:
http://www.2shared.com/document/fK0wPwlQ/Learning_Greenfoot_22.html I wrote this course, and it might be helpful if you want to use the PlayerData class with Greenfoot 2.2.
What's going on here...?
By Spilli, with 9 replies.
Last reply by Spilli, about 13 years ago:
Thanks, much appreciated.
I need HELP FAST !!!
By tost1, with 2 replies.
Last reply by tost1, about 13 years ago:
thank you :)
2.2 couter
By -nic-, with 4 replies.
Last reply by SPower, about 13 years ago:
Use this to update the score: <Code Omitted>
actor not in world!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
By -nic-, with 2 replies.
Last reply by -nic-, about 13 years ago:
thx
object A hitting object B
By wahaj, with 11 replies.
Last reply by wahaj, about 13 years ago:
no its fine we all start somewhere. lets hope that we both become good programmers =)
help with dropping a new object
By Its_Just_That_Toasty, with no replies.
ok so i have a game and im trying to make it so that an object called food dropper to drop a new food object where ever it moves how do i do that please help
getInfo from ofther Actor
By PStigerID, with 1 reply.
Replied to by danpost, about 13 years ago:
One thing, is you are trying to call 'World(string X)' with 'World(getWorld())' (sending a World object to a method that receives a String object ). Then, you are taking that, supposed, string object and trying to use it as a class name. If you are trying to get 'mouse' infomation from whatever world it is in, you may have to <Code Omitted>casting what was returned from getWorld() to the proper sub-class of world before you can access that information.
988
989
990
991
992
993
994
X