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
Bullet image left
By pr2alede, with 2 replies.
Last reply by danpost, about 11 years ago:
I noticed that 'direction' is not used anywhere in the code (it is a parameter in one of the constructors which sets an instance field to its value; but that is it). No matter what value is given it, there will be no change in the behavior of the bullet. The movement of the bullet objects is strictly upward because of the way the 'setLocation' statement on line 31 is used.
Declaring variables
By pr2alede, with 3 replies.
Last reply by pr2alede, about 11 years ago:
Thankyou
Error When Sharing Scenario
By wybrasr, with 1 reply.
Replied to by davmac, about 11 years ago:
Your scenario runs fine for me. Try clearing your Java applet cache and browser cache.
Need Urgent Help With Putting A Duration on Powerups.
By cheshire, with 1 reply.
Replied to by cheshire, about 11 years ago:
Nevermind, I worked it out.
i need help! my exercise has a bug
By ctt, with no replies.
i'm spanish, if you find the problem then contact me, please.
bug!
Need help with spawning a bullet at a certain area on an object.
By penorzilla, with 2 replies.
Last reply by penorzilla, about 11 years ago:
danpost wrote...
Just insert 'b.move(getImage().getWidth()/2);' after the 'turnTowards' statement.
Thanks for your help, that only move the bullet to the edge of the player, but I figured out how to offset it over to the gun. I ended up with:
how do you follow people and search for them?
By A_Muggleton, with 1 reply.
Replied to by danpost, over 11 years ago:
To follow: log onto the site (using your username and password), click on the icon (user image) of the person you want to follow and click on the 'Follow user?' button next to the user's icon. To search: enter the user's name (which you must know at least part of it) in the searchbar at the top of the page and browse through the 'Members' section.
lol
By A_Muggleton, with no replies.
Setting Worlds
By tartags11, with 1 reply.
Replied to by danpost, over 11 years ago:
You may want to take a look at my
Crayon Babies: A World Changing Demo
scenario to see how to accomplish that.
Null Pointer Error Help ?
By Prish950, with 2 replies.
Last reply by Prish950, over 11 years ago:
Thanks very much :))) it works !!
need help with...
By capylego, with 1 reply.
Replied to by danpost, over 11 years ago:
This: MouseInfo m = new MouseInfo(); is not how you get a MouseInfo object. Refer to the Greenfoot class API to find the method you need. You will find this part not to work either: Greenfoot.turnTowards(m.getX(),m.getY()); as 'turnTowards' is not a method of the Greenfoot class.
Need help with maintaining the state of the car
By dhruvsheth7, with 2 replies.
Last reply by FlyingRabidUnicornPig, over 11 years ago:
Danpost has a scenario for something like this:
Level Changing Demo
. That should help. :)
a little assistance...
By payner2013, with 4 replies.
Last reply by payner2013, over 11 years ago:
ahhh ok.. im taking my time replying cuz i thought i was getting on peoples nervs... haha thank you
How to stop sound and sound errors.
By Yedya, with 2 replies.
Last reply by Yedya, over 11 years ago:
It doesn't have tags,Il calling it w/o tags?
Need AI help
By THELAWL, with 18 replies.
Last reply by snehalm.123, over 11 years ago:
I've gone through the code, your AI implementation includes simulation of characters... what else...?? I'm developing a different game, and would like to know more, how I can include more of AI here..
763
764
765
766
767
768
769
X