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
Setting the rotation
By moobe, with 9 replies.
Last reply by danpost, over 12 years ago:
Yes. If you wanted to get the width of the world in the method, you would use the following: world.getWidth()
iPad/iPod/Android App Creation?
By askgriff, with 3 replies.
Last reply by -nic-, over 12 years ago:
go to this
(here)
page to start but at the moment it is not possible but it is possible
Greenfoot Kinect Update
By nccb, with 15 replies.
Last reply by allthey2004, over 12 years ago:
James Gosling (father of Java) is saying nice things about Greenfoot at http://nighthacks.com/roller/jag/entry/greenfoot_rocks …
what is a counter on greenfoot?
By faizakamal, with 16 replies.
Last reply by CHERNANDEZ95, over 12 years ago:
Thank you very much
Move Towards
By wafflepudding, with no replies.
I have two classes, Bullet and Crosshairs. They both extend another class, Methods. Assuming that Crosshairs could be anywhere, how can I make Bullet move towards Crosshairs when it is created?
Crosshairs Shooting
By wafflepudding, with 3 replies.
Last reply by wafflepudding, over 12 years ago:
That absoutely makes sense. And it worked! Thanks both of you!
Adding levels
By bbwf, with 3 replies.
Last reply by danpost, over 12 years ago:
It would certainly not be an actor. You could either remove all actors, reset the world background image for each new level, and add the main actor back into the world at the appropriate edge, or you could create a new world sub-class for each new level and add the main actor into each new world.
Detecting multiple isKeyDown
By jeromesam, with 7 replies.
Last reply by jeromesam, over 12 years ago:
I'm using 4 keys for direction and 1 for shoot. Turns out the 'w','a','s','d','space' keys work well for all combinations I need. My son says these keys are standard with many games such as Minecraft. They work on my laptop. So I've replaced using the arrow keys with these instead. 'w' = up, 'a' = left, 's' = down ,'d' = right ,'space' = shoot
ATM
By DPD4AU, with 1 reply.
Replied to by DPD4AU, over 12 years ago:
Nevermind. Figured it out.
Is it possible to take the source code from your own work?
By MarkooP, with 1 reply.
Replied to by danpost, over 12 years ago:
Since you did not publish the source, you are most probably out of luck. I had sort of the same problem with my earlier scenarios when the motherboard on my old laptop went.
Sound error
By moobe, with 5 replies.
Last reply by danpost, over 12 years ago:
For clarification on this type error, refer to
this discussion
.
Correct this error for me
By avocasso, with 4 replies.
Last reply by danpost, over 12 years ago:
Write a method.
By avocasso, with 4 replies.
Last reply by avocasso, over 12 years ago:
Thanks, Moobe. I have another concern, please help me if you can, about ' CORRECT THIS ERROR FOR ME ' that is a new post. Thanks
Switching "Weapons"
By RedManRocket, with 4 replies.
Last reply by RedManRocket, over 12 years ago:
I will try the tutorials, Thank you.
Another programming work to solve
By avocasso, with no replies.
how do I Write a code that forces the Pig to greet the stationary Pig objects it encounters as it moves around.
885
886
887
888
889
890
891
X