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
"ImageHeight has private access in greenfoot.Actor"
By SilverCS, with 2 replies.
Last reply by SilverCS, over 4 years ago:
Spock47 wrote...
There is a typo in line 6: at the declaration, imageHeight is upper case, but it has to be lower case: <Code Omitted> Live long and prosper, Spock47
GOOD EYE! THANK YOU, THIS HAS BEEN TRIPPING ME FOR HOURS NOW
need help removing the actor that i click when right clicking over it
By SportingLife7, with 4 replies.
Last reply by SportingLife7, over 4 years ago:
That works so much better, thank you times a thousand :)
How to reset the rocket's position after level up?
By SportingLife7, with 3 replies.
Last reply by SportingLife7, over 4 years ago:
Oh I see! Thank you so much! You have no idea how helpful this is! :)
Can't figure it out, healthbar Asteroids
By SportingLife7, with 10 replies.
Last reply by SportingLife7, over 4 years ago:
Actually, we are all good. Thanks for your help @danpost.
cant set values and actors not showing image
By xixEmilyxix, with 14 replies.
Last reply by danpost, over 4 years ago:
xixEmilyxix wrote...
the flowers turning up as a green footprint - how would i go about fixing that?
In Flower class, modify the constructor to this (adding line 6): <Code Omitted>
using getObjects with specific index
By nax_s, with 1 reply.
Replied to by Spock47, over 4 years ago:
Sorry, but your source codes will not work, please completely remove your current source code from Platform and BuyArcher before adding the source code given in this post.
As I understand, you want to click on a platform and after that you want to click on a button ("BuyArcher") and then a tower has to appear on the platform that was clicked earlier. That means that the button somehow needs the information which platform has been clicked. This information has to be stored somewhere, so that it can be used later. Currently, there is nothing that does this in your source code. 1.
Error at getWorld().addObject(new Tail( r, g, b)); help
By 4ldRg, with 9 replies.
Last reply by danpost, over 4 years ago:
4ldRg wrote...
code of class tail << Code Omitted >>
Ah. Try: <Code Omitted>
how add text from different world?
By mariq_rasyid29, with 5 replies.
Last reply by mariq_rasyid29, over 4 years ago:
roger that sir
cant add object after it is removed
By MerkurySol, with 2 replies.
Last reply by danpost, over 4 years ago:
<Code Omitted>
Programming a car
By jdkdoen05, with 1 reply.
Replied to by danpost, over 4 years ago:
The
left
and
right
arrows to turn,
up
to accelerate and, although I didn't test it well,
down
is probably to decelerate. I cannot tell what mechanism controls the drag off the track, but possibly background color testing or maybe the center of the track is expressed in formulas and deviation from the center by a specified amount will trigger the drag. Being the track curves are not very clean cut, I would presume the former of the two ways.
Creating Boundaries in Greenfoot
By Ronan444, with 7 replies.
Last reply by danpost, over 4 years ago:
Use the following move method: <Code Omitted>
can someone tell why my program not running on how it supposed to run
By divinity, with 10 replies.
Last reply by divinity, over 4 years ago:
hi danpost, yes I see my mistakes there, thanks for pointing that out to me, is there anything that i miss
help idk what the mistake is
By mariq_rasyid29, with 4 replies.
Last reply by mariq_rasyid29, over 4 years ago:
ok thx sir for help
Preventing website to compile a class
By Roshan123, with 7 replies.
Last reply by danpost, over 4 years ago:
Roshan123 wrote...
I just want to show how my scenario works, but the packages in Saver class is preventing it to show it in website. So I m thinking that any method which will only delay the compilation in Saver class only or any other method which will work without awt and swing package and it will behave as same as the before one. Hope u understand what i mean to say
Well, for one thing, you cannot write to a file on the website for security reasons. So, I guess the best you could do with that class is to comment out the method and the importing of java.awt.BufferedImage. I do
Instruction Menu
By tomzz, with 1 reply.
Replied to by danpost, over 4 years ago:
Make the following your initial world. Set its background image to a title screen. <Code Omitted>Have an
Instructions
world for this to go to when the scenario is started ("Run" button is clicked).
50
51
52
53
54
55
56
X