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
Reset
By DarkSoulDemon, with 6 replies.
Last reply by DarkSoulDemon, almost 12 years ago:
Thank you
My music wont play!
By coder04, with 3 replies.
Last reply by danpost, almost 12 years ago:
Show world class code where you add a Music actor into it.
Link between actors
By VideoGame, with 23 replies.
Last reply by VideoGame, almost 12 years ago:
Perfect, thanks !
My ship will not move backwards and forwards
By coder04, with 5 replies.
Last reply by danpost, almost 12 years ago:
Now, it appears you tried to use code similar to the Ship in my Teleporting Demo scenario. Maybe try something like this for your 'move' method:
My song will not work can fix my code
By coder04, with 1 reply.
Replied to by Super_Hippo, almost 12 years ago:
You create a new GreenfootSound object every act cycle. Of course this new sound doesn't play, so every act cycle another sound starts to play. Put line 17 to line 11 or so.
Advancing in levels
By MeccaMaxima, with 3 replies.
Last reply by danpost, almost 12 years ago:
MeccaMaxima wrote...
Would the limiting value be the time or is it another variable??
It can be a hard-coded value or you can put the value in a constant field and refer to it.
HELP
By BrownBoii333, with 4 replies.
Last reply by Super_Hippo, almost 12 years ago:
Did you try my code? Change the 3000 to something like 170 and see if it works. What I changed was, that the 'else' is in relation to the other 'if' now.
How do you make a rocket move like its in space?
By coder04, with 5 replies.
Last reply by danpost, almost 12 years ago:
You will have to use the SmoothMover class specifically. The QActor class does not currently separate the movement vector from the direction the actor is facing; so, it will not work for what you want.
Fullscreen window in eclipse with LWJGL without the width stretching?
By Entity1037, with 1 reply.
Replied to by Entity1037, almost 12 years ago:
Ugg; I just realized the title should be "without loosing aspect ratio" instead of "without the width stretching" and I can't change it!
How do make a rocket fly smoothly
By coder04, with 1 reply.
Replied to by Super_Hippo, almost 12 years ago:
Why do you create so many discussions about the same topic?
How do you make rocket look like its floating after hitting booster
By coder04, with 2 replies.
Last reply by danpost, almost 12 years ago:
My
Teleport Demo
has a rocket that gradually slows down to a stop. You can check out its code.
How to download the scenarios?
By AbidaKhan, with 1 reply.
Replied to by danpost, almost 12 years ago:
You cannot download any scenario that does not have the "Open in Greenfoot" button. The owners of those scenarios chose not to include the source code with the uploading of them to the site. My Jump and Run Demo scenario which you commented on does allow you to view the source (without being able to download it directly), however. Just run the demo and click on one of the buttons along the lower edge of the window.
Strange... (code below)
By jogit666, with 2 replies.
Last reply by jogit666, almost 12 years ago:
Thanks!
Launching a scoreboard after a collision
By Ben&Sam, with 2 replies.
Last reply by Hersov, almost 12 years ago:
Hello, I am also wondering about this but im spanish so I dont understand any english code, muchos gracias.
Help with fine tuning enemy
By rrose5, with 14 replies.
Last reply by rrose5, about 12 years ago:
Cool I edited that part now.
651
652
653
654
655
656
657
X