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
How to rotate an actor away from another actor??
By Har8mes, with 13 replies.
Last reply by Har8mes, over 5 years ago:
Now It's working as it was planned!!! Thank you guys for your help!!!!
getIntersectingObjects() Question
By SwaggyXiao, with 2 replies.
Last reply by SwaggyXiao, over 5 years ago:
danpost wrote...
SwaggyXiao wrote...
Hi, I have a question like this I use getIntersectingObjects(Objects.class) to put all Objects into a List. How does the order of the list work? Like if I do get(0) how does it know which is first?
It is probable that they will appear in the list in the same order as they were added into the world.
OHHH I will try it! THANK YOU!
how to display background.gif in greenfoot?
By ekosanji, with 11 replies.
Last reply by ekosanji, over 5 years ago:
okay thank you, for helping me Even though I'm still a beginner doing it, I learned to make this game because I wanted to know how difficult it was to make a game. it turns out hard too huh?
Hi I have designed a game where if I fire a missile it should go down and launch.can anyone help me
By Kittu, with 3 replies.
Last reply by danpost, over 5 years ago:
Kittu wrote...
I mean if I launch a missile the missile should be launched from one step down of ship and go in a straight line
To
"go in a straight line"
is simple. However,
"one step down of ship"
-- again, not very clear. Explain what this means in detail.
Font Error
By jacquelinereilly, with 4 replies.
Last reply by jacquelinereilly, over 5 years ago:
Awesome!!! Thank you so much
getMicLevel not working???
By acidgranola, with 1 reply.
Replied to by danpost, over 5 years ago:
acidgranola wrote...
the getMicLevel method does not work. ... I don't know what I am doing wrong. I'm using Windows 10 and version 3.6.1. << Code Omitted >>
There is nothing wrong with the code (tested and works fine -- Windows 7 version 3.1.0). Maybe I should test with an external mic, as well.
Game Over Screen :(
By kingCaspian, with 12 replies.
Last reply by kingCaspian, over 5 years ago:
It worked! Thank you for the help.
Random asteroids with player atraction pls!
By DvAndrei18, with 1 reply.
Replied to by danpost, over 5 years ago:
DvAndrei18 wrote...
I make a space game and I need to have random asteroids spawning on margins and all of them fly randomly.
Length of margin is twice the sum of width plus height minus four. A random pick from length will give a single point along the margin. Converting the random value to a set of coordinates is do-able, but not a simple matter (just takes a little math knowledge).
Make everytime game starts random car start
By DatPaul, with 2 replies.
Last reply by danpost, over 5 years ago:
Or: <Code Omitted> or something along this line: <Code Omitted> The best way would depend on how you create your red and blue cars. That is why it always helps to provide related class codes (and describe your classes structure)
Resize a array
By Belinus, with 3 replies.
Last reply by danpost, over 5 years ago:
Belinus wrote...
Sorry, How? Could you do an example?
(A) Creating a new array: <Code Omitted> {B} Using an
ArrayList
object: <Code Omitted>The list can be of any
Object
type (pr
How do you describe the length of a wait?
By ChafikAZ, with 1 reply.
Replied to by danpost, over 5 years ago:
ChafikAZ wrote...
wait(As in,
what do you put here
)
Use <Code Omitted>(at normal speed, this would be about one second's time).
Getting variable frm another class
By Roshan123, with 15 replies.
Last reply by danpost, over 5 years ago:
Roshan123 wrote...
else setImage(new GreenfootImage (null...rest...);
Try: else setImage(new GreenfootImage(
""
...rest...); Or better yet: else setImage((Greenfootimage)null);
How to let a actor spawn a other actor at the same place?
By GreenfootUser1234, with 4 replies.
Last reply by RcCookie, over 5 years ago:
Btw you can remove line 3 as it does nothing
Thread.sleep() causing problems
By FirewolfTheBrave, with 2 replies.
Last reply by FirewolfTheBrave, over 5 years ago:
Thank you so much!
Image scale issue
By SwaggyXiao, with 4 replies.
Last reply by SwaggyXiao, over 5 years ago:
OMG MR COHEN!!!! YES! I FIND THAT ONE POTENTIAL REASON MY PROGRAM CRASH IS BECAUSE I DO SCALING 10000 TIMES ON THE CONSTRUCTER. PNG SCALING DOES NOT WORK WELL ON PREVIEW LOL SO PROBABLY I NEED TO FIND ANOTHER TOOL! OMG WHY YOU ARE ON GREENFOOT WEBSITE ALL THE TIME HAHAHAHAHAH!
93
94
95
96
97
98
99
X