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
userinfo tutorial
By steved, with 15 replies.
Last reply by steved, almost 13 years ago:
That would work too but i might make shortcuts and bonus levels. This way I have more flexibility and I think it would be easier this way becuse of the way I want my games level select to work.
How to tell if someone here comes frome Kent University?
By Upupzealot, with 4 replies.
Last reply by mjrb4, almost 13 years ago:
Click on the names at the bottom of the about page ;)
How to open link in Browser?
By erdelf, with 14 replies.
Last reply by SPower, almost 13 years ago:
@Upupzealot Better Rhoelly's than @erdelf I was actually just talking to Rhoelly
Sound play speed
By Upupzealot, with no replies.
I know it's unavailable...will it come true the next edition include this? It's really too hard for me to accomplish this with pure Java
Need Help with Scoreboard
By Demogirl, with 5 replies.
Last reply by Demogirl, almost 13 years ago:
Thank you.
Can't access MouseInfo
By erdelf, with 3 replies.
Last reply by erdelf, almost 13 years ago:
I had to import five sub-packages of awt, and my old teacher told me this would be better, I will import only what I want
Help
By TheRobloxianRebel, with 1 reply.
Replied to by nccb, almost 13 years ago:
I suggest you ask on the
Roblox forums
.
Help pls
By erdelf, with 6 replies.
Last reply by erdelf, almost 13 years ago:
ok, that was it. I said that he should wait 8 secs after creation of the boss.
n must be positive?
By erdelf, with 5 replies.
Last reply by erdelf, almost 13 years ago:
oh ok, I forget that the difference is in milliseconds
Check for dragging mouse on object without the drag having to be started nor ended on it
By MrDoomsday, with 7 replies.
Last reply by danpost, almost 13 years ago:
The only way to see if the mouse dragging cross over another object is to check it programatically. Try the following:
New to Greenfoot and need help!!
By xspg, with 1 reply.
Replied to by xspg, almost 13 years ago:
Don't worry, figured it out - I missed the bit where I needed to click compile!!
Code and images for the Joy of Code series
By nachocab, with 2 replies.
Last reply by davmac, almost 13 years ago:
Mik's blog
has all the downloads.
collision method challenge
By Marie, with 1 reply.
Replied to by danpost, almost 13 years ago:
What you have done, is given a step-by-step on what needs to be done
within
the 'handleOrbCollision' method. Though, I do not believe you want that method to return an Orb; so, delare it with 'public
void
handleOrbCollision()'. Also, your 'setVelocity' method should not be returning a Velocity; it should have a 'void' return type and a Velocity parameter to recieve what to set it to. I did not comb through your code thoroughly, but posted what I saw off-hand.
How to get actor to stay on TOP?
By spyguts97, with 1 reply.
Replied to by spyguts97, almost 13 years ago:
never mind i figured it out
What's wrong here?
By darkmist255, with 12 replies.
Last reply by darkmist255, almost 13 years ago:
I suppose I'll run through and change them all. I've never had problems with them, but there's no harm in fail-proofing my code. I've been using .equals() since this.
950
951
952
953
954
955
956
X