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
Bug saving in UserInfo
By SPower, with 12 replies.
Last reply by SPower, about 14 years ago:
I'm sorry for causing trouble, I just forgot the store command, as I always do :). But usually I see that I forgot it, and this time, I didn't.
Changing info of other users in UserInfo
By SPower, with 2 replies.
Last reply by SPower, about 14 years ago:
Ok, thanks.
APP'S
By -nic-, with 6 replies.
Last reply by -nic-, about 14 years ago:
i have made the game reactions in mind of android the pixel count is the same as a sony experia x10 i havent used the keyboard just mouse and i kept it simple.. ill look at the link mathe said but ill try other routes thanks though.
My character is ignoring platforms
By Possiblydominator, with 1 reply.
Replied to by danpost, about 14 years ago:
One way to stop it from doing so, it to break each movement into individual steps. That is, if your actor is moving 5 pixels per frame, then move it 5 times, moving one pixel at a time and checking for intersecting obstacles each time. If an obstacle becomes present, just move back that last step (1 pixel). Check out my
Barriers and Bars Demo
for an example.
Editor keeps black
By erdelf, with 1 reply.
Replied to by nccb, about 14 years ago:
Next time it happens, when you close Greenfoot (but before you re-open it) can you find your debug log and send it to support@greenfoot.org? Details on how to find it on this page: http://www.greenfoot.org/support
storage.csv
By erdelf, with 5 replies.
Last reply by erdelf, about 14 years ago:
thx guys
Skipping a line?
By erdelf, with 17 replies.
Last reply by erdelf, about 14 years ago:
thx again
Lord King Battle 2
By yole, with 2 replies.
Last reply by yole, about 14 years ago:
Thank you for your post davmac. Can you please continue with posting at the Lord King Battle discussion?
Rotation and getOneIntersectingObject
By limefortheworld, with 2 replies.
Last reply by limefortheworld, about 14 years ago:
I was thinking that was the potential answer. I guess then it is how it goes.
add enemy after every 300 points scored
By davemib123, with 7 replies.
Last reply by danpost, about 14 years ago:
Another way is to use this for the addScore method: <Code Omitted>
making pics smaller
By Yoman, with 4 replies.
Last reply by ThinkingPainter, about 14 years ago:
<Code Omitted> here's the code im using change blip to you actor name and change the numbers to your liking. 0 to -40
Jittering?
By GregC246, with 2 replies.
Last reply by GregC246, about 14 years ago:
I'm not positive but I'm pretty sure it has happened to me on a different computer. Nevermind then, if it's just me, then it doesn't matter.
Level 2 problem with shooting
By ThinkingPainter, with 6 replies.
Last reply by ThinkingPainter, about 14 years ago:
tried to add line 59 back under it again with the new code you gave me makes the counter"score" work but messes up the shooting haha
How do you make text with a transparent background?
By steved, with 2 replies.
Last reply by steved, about 14 years ago:
Thanks for the help, this works perfectly.
Need Help with adding dogs randomly in drawDogs
By newbieGreenfoot, with 1 reply.
Replied to by newbieGreenfoot, about 14 years ago:
Some of the error codes I am receiving are: illegal start type at: if (int lastObject..) and ' expected.
957
958
959
960
961
962
963
X