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
Book Scenario - Piano
By mborders7786, with 7 replies.
Last reply by mjrb4, over 13 years ago:
It seems the new wav files aren't in a format your system can play directly - this happens sometimes. You may want to try converting them to mp3s (use Audacity) and try again.
Automated Turret Issue
By GreenGoo, with 4 replies.
Last reply by danpost, over 13 years ago:
The return needs to be cast to an Actor type. Use <Code Omitted>As an Object type, which is the type returned, it cannot be set to a field which holds an Actor type.
How do you make an item which is clicked change the background?
By tobi1066, with 4 replies.
Last reply by SPower, over 13 years ago:
<Code Omitted>
Color to integer
By SPower, with 4 replies.
Last reply by SPower, over 13 years ago:
@davmac Thanks so much, that's exactly what I needed!
Change to next level
By sirius, with 21 replies.
Last reply by sirius, over 13 years ago:
Hmm ok now its clear. Thanks.
How can I make a Textbox correctly?
By Yellowfoot, with 20 replies.
Last reply by Yellowfoot, over 13 years ago:
Works, finally :) Thank you very much. :)
getObjectsInRange()
By Rodeurhalt, with 9 replies.
Last reply by Rodeurhalt, over 13 years ago:
Hmm ok i'll try to fix that if I can thank you a lot
How can I stop spawning enemies?
By qwasyx, with 11 replies.
Last reply by qwasyx, over 13 years ago:
Thanks a bunch! :) Works.
How can I spawn an actor in a random time and let him disappear after ten seconds time?
By Yellowfoot, with 15 replies.
Last reply by Yellowfoot, over 13 years ago:
It works, thank you all very much :) You saved my life! :D
Help with trajectory
By Tezuka, with 21 replies.
Last reply by Tezuka, over 13 years ago:
thhx
How can I stop a method without finishing the game?
By qwasyx, with 3 replies.
Last reply by SPower, over 13 years ago:
You're welcome!
Trouble with Kinect Server
By Fizzgiz, with 2 replies.
Last reply by davmac, over 13 years ago:
Did you follow all the
instructions
?
Designing world using text files.
By Minion1, with 2 replies.
Last reply by danpost, over 13 years ago:
This page
in the Java tutorials may be of interest concerning this.
Arrays
By CrazyCarl992, with 1 reply.
Replied to by SPower, over 13 years ago:
So you don't know how to create a 2 dimension array? Well, I suppose you understand a normal array, and this is a 2 dimensional array: <Code Omitted>and to set an object, do this: <Code Omitted>I think you can even do this: <Code Omitted>
Methods
By bigbird, with 3 replies.
Last reply by danpost, over 13 years ago:
If you are only picking up one Actor object at a time, you can add a field of type Actor to the class of the type object that is picking up the actor and initially set it to 'null'. When picking up the actor, set the field to that actor and remove that actor from the world. When dropping that actor back off at point b, add the actor back into the world and clear the field back to 'null'.
923
924
925
926
927
928
929
X