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
Gameover sound - strange ending
By davemib123, with no replies.
Hi, i've placed a sound in for the gameover and after it ends it gives me a strange noise after the sound has completed. Any ideas? My scenario is located here:
http://www.greenfoot.org/scenarios/8881
When I play the sound in Media Player, it is fine no problems. Edit: Seems to be just the sound file. I've replaced it and it works fine now.
How delete my senarios?
By tomer.hass, with 1 reply.
Replied to by Gevater_Tod4711, over 11 years ago:
Underneath the tags of your scenario you can edit or delete the scenario.
remove all objects of one class
By kevkev, with 13 replies.
Last reply by kevkev, over 11 years ago:
so now it works^^ thanks for help!
I am trying to make it so the main player hits the finish line and it changes to level 2 it says it cannot find symbol numberOfObjects();
By qsapp.3, with 2 replies.
Last reply by danpost, over 11 years ago:
You are probably trying to use 'numberOfObjects' in a class that extends Actor. Since that method is part of the World class API, you need to apply the method to a world object. The Actor class method 'getWorld' will return the world that the actor is in. So, <Code Omitted>will work in your actor class.
Classes and inheritance
By Zamoht, with 3 replies.
Last reply by Zamoht, over 11 years ago:
I don't think Java is on the list of multi-inheritance languages, only JavaFX Script. Well I guess I will go with my own solution (and the one Gevater_Tod4711 said would work), making PathFinder a subclass of SmoothMover and then have some extra useless methods and variables in my Spawner from the SmoothMover.
asdf
By qsapp.3, with 2 replies.
Last reply by steved, over 11 years ago:
I think he is just spamming.
(no title)
By fredold44, with 6 replies.
Last reply by fredold44, over 11 years ago:
thanks a lot, by the way i'm 11
I am trying to get player1 to eat the baloons to gain points but it keeps giving me the error cannot find symbo - method canSee(java.lang.Class<Balloon>)
By qsapp.3, with 2 replies.
Last reply by qsapp.3, over 11 years ago:
THANK YOU SO MUCH!
delay sequence of content
By davemib123, with 3 replies.
Last reply by bourne, over 11 years ago:
Something like this would work: (not tested) <Code Omitted>
event happening once
By davemib123, with 11 replies.
Last reply by davemib123, over 11 years ago:
ace that works, just as expected.
The names of the buttons
By Kartoffelbrot, with 2 replies.
Last reply by Kartoffelbrot, over 11 years ago:
Oh, then I am confused why those names didn't work? Maybe I had a spelling mistake. Thanks.
What am I missing?
By a_quiet_person, with 3 replies.
Last reply by davmac, over 11 years ago:
Also, you can right-click the world and "save the world". This writes the code for you.
PLEASE HELP
By fredold44, with 2 replies.
Last reply by fredold44, over 11 years ago:
thank you very much
Need help with code!
By 8bitorangejuice, with no replies.
Hello, I am having a problem with my game where if you press space it is ment to jump and then land on the building but am having a problem where it jumps a bit and then straight away goes down...
Help!
http://speedy.sh/ZDASc/My-Runner
for the download, sharing isn't working for me... Thanks!
Moving Background
By RahulUK, with 7 replies.
Last reply by RahulUK, over 11 years ago:
Thanks guys. i will try that
806
807
808
809
810
811
812
X