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
Moving an object to another object
By Oneshot, with 16 replies.
Last reply by Oneshot, over 13 years ago:
Thanks to all, now it works fine ... and i understand it :D
STARS
By theDoctor, with 6 replies.
Last reply by theDoctor, over 13 years ago:
Thanks so much davmac. You've really helped here!
can not find symbol/methods
By craigv, with 2 replies.
Last reply by craigv, over 13 years ago:
awesome, thanks buddy. i was watching a tutorial on this topic (platform games) and had the same code, which in the tutorial, the code compiled with no errors. very strange! anyways, thanks!
Creating different objects randomly?
By m1chael, with 4 replies.
Last reply by Duta, over 13 years ago:
By the way a replacement for: <Code Omitted>is:
Seting rotation
By prti, with 3 replies.
Last reply by prti, over 13 years ago:
needed rotation of the path so I modified last 2 lines, and it works.. Tnx!
.jar file not working correctly...
By ImFerocious, with 4 replies.
Last reply by LegoDiego, over 13 years ago:
I found that the problem is that we are calling GamePad.getNumGamePads() in the constructor of the world. Moving that call fixed our issues. I might go wake my son up to tell him the good news. He went to bed a bit sad earlier. :)
applet?
By Tom1802, with 1 reply.
Replied to by mjrb4, over 13 years ago:
Yup, to run Greenfoot you'll need the JDK which you can download from
here
.
Mouse Right Click
By DMCGames, with 8 replies.
Last reply by davmac, over 13 years ago:
In the world class, you could use 'getObjects(null).get(Greenfoot.getRandomNumber(numberOfObjects() - 1)).setLocation(mouse.getX(), mouse.getY());', but you will have to 'import java.util.List;' to use the method 'getObjects(class)' since it returns a List object.
Actually, if you chain the method calls (as you do here) there is no need to import the List interface. You only need to import List if you refer to it directly, eg declare a variable of type List.
Cannot find symbol - variable direction ?
By TopInPut, with 3 replies.
Last reply by TopInPut, over 13 years ago:
Thx.;) That works.:)
Where's the Mistake?
By TopInPut, with 5 replies.
Last reply by TopInPut, over 13 years ago:
I know.;) Just wrote it like that.;)
Why won't the net go up??
By b321234, with 7 replies.
Last reply by Duta, over 13 years ago:
Yeah, @danpost that's what I was talking about
Ideas for the future
By kiarocks, with 10 replies.
Last reply by DonaldDuck, over 13 years ago:
kiarocks wrote...
I think it would be cool to visually see it.
His PhD? ;)
mjrb4 wrote...
Yes - but bear in mind I started said PhD a few months ago. So it'll probably be 3 years or so before it comes to fruition ;)
Best of luck!
Just curiosity: What is the purpose of abstract classes/methods?
By darkmist255, with 2 replies.
Last reply by darkmist255, over 13 years ago:
Whoa, I actually was closer than I thought :D! Thanks!
Why won't my game drag cards?
By kiarocks, with 2 replies.
Last reply by kiarocks, over 13 years ago:
Ok, i will fix that, but i figured this problem out: i told it
not
to check to drag if it
was
dragging. Whoops!!!
Cannot find symbol- constructor world
By mmarboe, with 2 replies.
Last reply by mmarboe, over 13 years ago:
Thank you! All fixed! The help is very much appreciated!
1015
1016
1017
1018
1019
1020
1021
X