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
Score Help
By SWAG, with 2 replies.
Last reply by SWAG, over 13 years ago:
danpost wrote...
When creating the new world, before setting it, set the counter of the new world to that of the old. As an example, this code transfers the value of the counter in the old world to the counter in the new one. <Code Omitted>
List<Counter> counters = getWorld().getObjects(Counter.class); Counter co
How do a make a song play in the background of my program?
By QWERTY894, with 4 replies.
Last reply by QWERTY894, over 13 years ago:
Thank you! It did the same thing again on the act() method but it gave me a new idea.
Enemies Help
By SWAG, with 4 replies.
Last reply by SWAG, over 13 years ago:
it worked thxs
How do I make the world count my score?
By Yasmine, with 1 reply.
Replied to by danpost, over 13 years ago:
You are changing the value of 'pontos' when intersecting the 'bonusganho'; but you are not adjusting the image of the object that you want to use to display that value (hoping and praying it is an object).
What's the best method ?
By Solringolt, with 7 replies.
Last reply by Solringolt, over 13 years ago:
Yeah thx works great like this, I have many actors but it works ^^ I didn't needed the Instance I just put the variable declaration in the parent act class.
counter
By gonnaownurass, with 1 reply.
Replied to by Gevater_Tod4711, over 13 years ago:
To get the values of variables in other classes or objects you need references. You should have a look at the
Greenfoot Tutorials
. Especally
this one.
Member messaging?
By m.legere1323, with 8 replies.
Last reply by JetLennit, over 13 years ago:
mik wrote...
Yes, we are working on that. We will add notifications to the site. It will notify you when someone has replied to any of your posts, and there will be optional email notification.
When are you doing this??
How Do You Use A Public Method In One Class From Another Class
By Runefyre, with 1 reply.
Replied to by bourne, over 13 years ago:
<Code Omitted>
An object which spans across two cells
By rowanto, with 4 replies.
Last reply by rowanto, over 13 years ago:
so it's selected through clicking. Thanks a lot!You've been very helpful!
how to call method from another world
By ronzhi, with 4 replies.
Last reply by ronzhi, over 13 years ago:
great help danpost as always thanks
I need help :/
By bob10123, with 11 replies.
Last reply by bob10123, over 13 years ago:
Ok well I am not getting that error anymore, but I am still getting the problem where my person falls halfway through the ground and wall depending on the speed.
Greenfoot version 2.3.0
By davmac, with 13 replies.
Last reply by davmac, over 13 years ago:
imacat, thanks - I've fixed that now.
Installing Greenfoot in Ubuntu 12.10
By Artaphawp, with 1 reply.
Replied to by JetLennit, over 13 years ago:
Look
at this
I don't understand how to properly use the counter class
By Solringolt, with 38 replies.
Last reply by Solringolt, over 13 years ago:
Great everything's working! I will try to make some easier implements now haha
kentpong counter
By gonnaownurass, with 1 reply.
Replied to by Solringolt, over 13 years ago:
This
should help you I think.
852
853
854
855
856
857
858
X