This site requires JavaScript, please enable it in your browser!
Greenfoot_back

What is happening right now?

Gevater_tod_thumb

reply to How do track rotation from actor to mouse

By Gevater_Tod4711 - 21 minutes ago
Therefore you can use the method turnTowards. Use the location of the mouse as the parameters and your shot actor will turn in the direction of the mouse: <Code Omitted>
Fractal_r3800c0s800f10000t0z85x0y0_thumb

reply to LInk to discussions group

By danpost - about 2 hours ago
@ADelia1996, please start a new discussion thread for your issue. Also, include what the timer is used for and whether you want the timer displayed on the screen or not. It is also best to include code you have tried already and a brief description on how it does not work as you want.
Gevater_tod_thumb

reply to 2 player fight

By Gevater_Tod4711 - about 3 hours ago
Could you be more specific? What is the problem you have with the pvp game? Or what do you want this game to do?
Gevater_tod_thumb

reply to Randomly appearing objects

By Gevater_Tod4711 - about 3 hours ago
If you want the objects to appear at the right hand side you need to change the code danpost already gave you like this: <Code Omitted> To fix the problem that the objects dissapear at the edge of the world you could either don't remove them at the right hand side or you can add the obejcts more left so that they don't get removed (instead of getWidth() - 1 use getWidth() - 25 or even more).
Smalldav_thumb

reply to Greenfoot.start() issue (bug?)

By davmac - about 4 hours ago
I've created a ticket in the bug database: http://bugs.bluej.org/greenfoot/ticket/393