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
Image
By Canning, with 37 replies.
Last reply by kiarocks, about 13 years ago:
done!
Intersections
By hesh, with 3 replies.
Last reply by jyatiz, about 13 years ago:
I want to use the following code to detect when an object is in the cell, however it´s and it seems to loop back and forward as it turns around once it gets past the grass object if (puedoMover(getX(), getY()) == true && zacate != null){ girarMediaVuelta(); } public void girarMediaVuelta() { // Quiz #1 switch(getRotation()) { case ESTE: setRotation(OESTE); break; case SURESTE: setRotation(NOROESTE); break; case SUR: setRotation(NORT
scenario to .exe?
By kiarocks, with no replies.
Is it possible to make an exe from a scenario?
Security Issues?
By DonaldDuck, with 2 replies.
Last reply by DonaldDuck, about 13 years ago:
Ah, I see. Sorry for the incorrect accusation.
Making a variable raise at a slower rate
By w1llis, with 10 replies.
Last reply by Upupzealot, about 13 years ago:
Date dt= new Date(); Long time= dt.getTime();//this is the ms(1000ms = 1s) number beginfrom 1970_1_1_00:00:00_0ms I didn't try it, but if ti's OK.I think it would help.
Installing Troubles
By avgvstvs, with 2 replies.
Last reply by avgvstvs, about 13 years ago:
nccb: Thanks a lot! I've been very busy so I'm just reading your post - thanks again!!! - and I might take a while to check your directions, but I'll tell you what I get by trying, and some actions I've already run by myself. I'll keep in touch. P. S.: Did I already say thanks?
Help with getting animal to goHome after something is done
By keiko1dog, with 1 reply.
Replied to by danpost, about 13 years ago:
Tell yourself exactly what you want the actor to do, and half the code is already there. Say: If see food, eat food. if ate foot, migrate home. if home, wait2seconds. if none of the above, move around. What do we have?<Code Omitted>I used two instance va
Non accessible variable
By kiarocks, with 10 replies.
Last reply by danpost, about 13 years ago:
Try this: <Code Omitted>
Little Crab programming
By BCC, with 4 replies.
Last reply by ez4u2c, about 13 years ago:
So have you declared frameNum or frame as your counter? (you didn't show the declaration)
Game question and Public Variables
By darkmist255, with 5 replies.
Last reply by darkmist255, about 13 years ago:
Yeah, but only 1 rock at a time. Here's the finished project (modified to more of a space-like thing).
Click here for game
Getting My Character To Flip 360 Degrees
By metaleddie13, with 17 replies.
Last reply by metaleddie13, about 13 years ago:
Yep that was the problem, I knew it was something small and easy. I really appreciate it. Now if I can only figure out what's wrong with my output for the character and why Greenfoot.playsound is not working.
General Game Structure/Sound help
By Stryker, with 9 replies.
Last reply by davmac, about 13 years ago:
There really shouldn't be a difference - I don't understand why the second version of MainMenu would work if the first one didn't. If you upload the entire scenario I'll have a look.
Now here's a challenge...
By mik, with 81 replies.
Last reply by kiarocks, about 13 years ago:
ok!
Different Actions, Different Worlds.
By kiarocks, with 2 replies.
Last reply by kiarocks, about 13 years ago:
ahhh, thats what i wanted. Thanks!!
Creating Random Objects
By GeneralBrae, with 7 replies.
Last reply by GeneralBrae, about 13 years ago:
Thanks that solves it. Is there a way to empty data at a specific index from an array? Thanks again. This is hugely helpful.
1031
1032
1033
1034
1035
1036
1037
X