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
Can't get coordinate (pixel) of actor, help please!
By Socrates, with 6 replies.
Last reply by Socrates, over 10 years ago:
I wanted to remove collision from a few objects that you could walk by. For example I wanted a portal to the next level and I wanted the player to stand inside of it, but it has collision and it just stands next to it. I posted my scenario, it would be great if you could look at it for me ,thanks. http://www.greenfoot.org/scenarios/13110
Two final bugs with game - help needed
By Dillybar, with 15 replies.
Last reply by Dillybar, over 10 years ago:
Finally got it working! thank you for your help danpost
My lwjgl buffer to texture code
By Entity1037, with 5 replies.
Last reply by danpost, over 10 years ago:
DesaGrammer wrote...
I'm not sure how to do something as advanced as this sorry but it could be a simple as when the class is calling the method in line ten you put " }; " not sure if that's going to make a big difference but it probably will if you get erase the " ; " in the 10 it's made a big difference to me before Hope it work
@DesaGrammer, this IS java; and all java statements are to end with a semi-colon; so, it should not be removed.
DesaGrammer wrote...
Also when the class is calling the method in line 4 under " textMatrix = { " you put " ,"\"", " and I'm guessing there shoul
Cannot find symbol-Variable Counter
By Dan123, with 5 replies.
Last reply by Dan123, over 10 years ago:
thanks for your help
please help. level2 cannot be cast to level1 terminal window error
By khalid11, with 2 replies.
Last reply by khalid11, over 10 years ago:
i tried but it didnt work
im trying to make a score counter for when the actor kills enemies but doesn't work for some reason
By khalid11, with 36 replies.
Last reply by khalid11, over 10 years ago:
if it helps ive noticed in the other discussion their error only appears once i hit an enemy in level2
HELP!! sound used to work but not anymore
By Dan123, with 4 replies.
Last reply by Dan123, over 10 years ago:
dont worry fixed it
score counter not working for me
By Dan123, with 3 replies.
Last reply by xFabi, over 10 years ago:
the method thats supposed to "count" You didnt include anything into your act() method that could do that, so how can you expect the programm to do it :)? The code above should work Edit: change act() to<Code Omitted> Also you didnt declare the actor, in the code given. If you didnt already do, write this in front of the if <Code Omitted> Oh, and please stop creating new topics, the context is lost, and its confusing,
Need Counter for how many Balloons a user collects with Ball
By Dan123, with 4 replies.
Last reply by xFabi, over 10 years ago:
xFabi wrote...
<Code Omitted>}
first part is a met
Displaying Score at the End of Game
By elementa, with 3 replies.
Last reply by danpost, over 10 years ago:
I doubt very much that you would be changing worlds from the ScoreBoard class. I pretty much said it would be elsewhere in my last post.
Keeping enemies in a maze
By jreilly10, with 2 replies.
Last reply by jreilly10, over 10 years ago:
Thank you
Setting Rotation without rotating the object
By BrownBoii333, with 4 replies.
Last reply by danpost, over 10 years ago:
BrownBoii333 wrote...
Thank you very much. hey quick Question you're always helping around on these forums and me and a couple friends think you're the man who made Greenfoot. is this true?
Far from it. I was just learning the java programming language about the time I created my user name on the site (the site was up several years before I joined in).
BrownBoii333 wrote...
Also, on a more relevant note it looks great now, thanks but it still gets stuck if it is facing a wall. I think it is because since at teh end i say rotation is 0 i cant get out . maybe?
Set the rotation ba
trying to make bullet dissapear when it hits enemy but cannot find symbol variable getWorld
By khalid11, with 25 replies.
Last reply by khalid11, over 10 years ago:
bullet class
A few questions for my game,
By Socrates, with 24 replies.
Last reply by Socrates, over 10 years ago:
Alright thanks, it works now but I still have a problem with my actor disapearing (main class) when I add an overlay
How to make counter show score in GameOver world?
By JeppDev, with 23 replies.
Last reply by danpost, over 10 years ago:
To include the time also, the only thing in the code I provided above that you would need to change is the String within the GreenfootImage constructor call: <Code Omitted>
608
609
610
611
612
613
614
X