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

trash1000's Comments

Back to trash1000's profile

@danpost Thanks for your explanation, I didn't know it's impossible to change the score of other users without being logged in to their accounts. I decided to implement the "right click to delete score with verification" method @erdelf suggested. This way it's not limited to lux and people can score more than 400000 points.
Well, I don't think it needs to be that complicated, danpost. Since you can easily get a list of the top players from your scenario by using UserInfo.getTop(0); - the first element in this list will be lux' info. You can then easily set the score back to zero.
Yeah that's another problem (and is probably the way lux got his 400k score). I will look into fixing it.
@danpost Thanks for your suggestion. I will look into fixing that bug as soon as I can. @lux Nice score. @hotrails Thanks!
@danpost Thanks for your suggestion. I will look into fixing that bug as soon as I can. @lux Nice score. @hotrails Thanks!
I would have no problem even if you or someone did use some of my code (as long as that someone doesn't say it's his own). I just thought with the sprites looking close to identical that you forgot something there^^ Oh and thanks for your compliments, I'm doing my best.
The bonus items graphics are taken from my game "BreakOut". You've probably taken portions of my code as well (can't tell that as you didn't publish the source). It's no problem just give credit where credit is due.
Doesn't really work. I can move around the party selection screen but it stops working when I press space to select one.
Sometimes the food is added slightly outside of the playing area in the walls. Thus you can only die then.