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
Bringing an object under another?
By nooby123, with 9 replies.
Last reply by steved, almost 14 years ago:
If you want the Enemy to go underneath the water what you could do is put a variable in the world and once the water adds and deletes itself (reseting) it would make the variable change. Then before it tried to reset it would check the varible and if it was off it would not do anything.
Enter a '\' sign in a String
By SPower, with 3 replies.
Last reply by SPower, almost 14 years ago:
@davmac Thanks, I thought it was a \ sign but it is a / sign, I learned something useful (and basic :) ). @erdelf I have multiple background sound files, and I want to sort them.
Has anybody packaged his project as an exe file, which can run with out JRE on WIndows OS
By Upupzealot, with 3 replies.
Last reply by Upupzealot, almost 14 years ago:
Yes, it can't work with out JRE but I have picked up the classes which is needed by my jar application and made a mini jre(about 20M),then pack the mini jre with the exe which is packed from my jar and we can run the project just double click the exe now what's more ,I together packed them to a setup.exe(about 8M) I think it's stand alone and much smaller
AirForce
By KommandoFaust, with 54 replies.
Last reply by KommandoFaust, almost 14 years ago:
Thank you all, it will do the trick.
Expanding my horizons
By Drew, with 4 replies.
Last reply by MatheMagician, almost 14 years ago:
"on it", not "of it"
userinfo tutorial
By steved, with 15 replies.
Last reply by steved, almost 14 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 14 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 14 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 14 years ago:
Thank you.
Can't access MouseInfo
By erdelf, with 3 replies.
Last reply by erdelf, almost 14 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 14 years ago:
I suggest you ask on the
Roblox forums
.
Help pls
By erdelf, with 6 replies.
Last reply by erdelf, almost 14 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 14 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 14 years ago:
The only way to see if the mouse dragging cross over another object is to check it programatically. Try the following:
953
954
955
956
957
958
959
X