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
help
By Stephon231, with 3 replies.
Last reply by danpost, over 12 years ago:
@Gevater_Tod4711, it is probably best to avoid the List class when dealing with those that are just starting off. It adds an extra layer of complexity. Easier would be: <Code Omitted>However, it would probably be even better to have a reference to the Wombat in an instance field in the world.
sound volume
By Stephon231, with 1 reply.
Replied to by mjrb4, over 12 years ago:
You want the GreenfootSound.setVolume() method as detailed here: http://www.greenfoot.org/files/javadoc/greenfoot/GreenfootSound.html#setVolume(int)
BufferedImage to GreenfootImage
By tylers, with 4 replies.
Last reply by mjrb4, over 12 years ago:
is there a way to get a BufferedImage to a GreenfootImage.
Of course. <Code Omitted> Simply create your new GreenfootImage with the same width / height as the BufferedImage, grab the
Fonts
By GregC246, with 5 replies.
Last reply by groengeel, over 12 years ago:
Cool!
Problem with getButton in MouseInfo
By SPower, with 2 replies.
Last reply by SPower, over 12 years ago:
Thanks.
counter help
By Stephon231, with 10 replies.
Last reply by danpost, over 12 years ago:
If you only have one Wombat in your scenario, then the Wombat class would be the best place to add, keep a reference to, and work the counter. <Code Omitted>
tutorial help
By Stephon231, with 8 replies.
Last reply by danpost, over 12 years ago:
Create an instance of your main world by right-clicking on the class icon on the right of the screen and selecting one of its constructors (begins with 'new' -- at the top of the options list). If there are none, you need to open the class to edit it and add a constructor to the class; then, go back to step one. By creating an instance of that world, you are setting the initial world to that world. Then, run the scenario.
Counter Class Error
By ManiHallam, with 8 replies.
Last reply by danpost, over 12 years ago:
@ManiHallam, have you checked out those posts?
Error
By Moritz, with 3 replies.
Last reply by Moritz, over 12 years ago:
@sPower - that´s the problem - there is a red line but I can´t click on it... =// @nccb - thank you .. I will try this...
Publishing content
By Stereo_Rocker, with 3 replies.
Last reply by Stereo_Rocker, over 12 years ago:
Awesome, thanks guys. I should've explored more, since I found the option just before I checked back here xD
Problem with GreenfootSounds
By Gevater_Tod4711, with 15 replies.
Last reply by davmac, over 12 years ago:
Yep, especially if it's intermittent, there's not really much you can do.
levels
By Stephon231, with 3 replies.
Last reply by Gevater_Tod4711, over 12 years ago:
Oh yes thank you SPower. Of course you need an object from typ world
actor help
By Stephon231, with 2 replies.
Last reply by Stephon231, over 12 years ago:
Thanks
Newbie
By Tradersword, with 1 reply.
Replied to by mjrb4, over 12 years ago:
Yup, 7u7 is the right version, and you just download the JDK appropriate for your platform - so if that's Windows x64 you've got the right one. You should just be able to install it then install and run Greenfoot, you don't "open" the JDK directly per-se. Or is Greenfoot not launching after you've installed it?
Does eclipse use the same type of Java as Greenfoot.
By MakerOfGames, with 3 replies.
Last reply by Upupzealot, over 12 years ago:
@SPower @davmac Another question: is it possible to do the job in Eclipse, which class are needed to import....
939
940
941
942
943
944
945
X