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
My character is ignoring platforms
By Possiblydominator, with 1 reply.
Replied to by danpost, almost 13 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, almost 13 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, almost 13 years ago:
thx guys
Skipping a line?
By erdelf, with 17 replies.
Last reply by erdelf, almost 13 years ago:
thx again
Lord King Battle 2
By yole, with 2 replies.
Last reply by yole, almost 13 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, almost 13 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, almost 13 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, almost 13 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, almost 13 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, almost 13 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, almost 13 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, almost 13 years ago:
Some of the error codes I am receiving are: illegal start type at: if (int lastObject..) and ' expected.
The addObject() method failed
By Mux, with 3 replies.
Last reply by Mux, almost 13 years ago:
I got it fixed up. It is a stupid idea to remove all objects of a class at the end of a method when you want one left there ^^
World to move on too the next world after completing the other,
By copyrightkid, with 34 replies.
Last reply by davmac, almost 13 years ago:
ThinkingPainter, I think you should start a new discussion. When you do: What constructors (if any) do you have in your ShotLvL2 class? (If you don't know what I mean by 'constructor', just post all the code for the class).
I got an erro and don't know why
By Mux, with 5 replies.
Last reply by Mux, almost 13 years ago:
Ok. I'll fix this too.
953
954
955
956
957
958
959
X