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

DonaldDuck's Comments

Back to DonaldDuck's profile

It seems to pause the scenario in some instances when you press the number keys.
Another nice demo Builderboy. Say, I was considering making a "Jelly Car" like scenario. Would you mind if I use this as a starting point?
Haha, awesome. Kind of got bored though after round 32, 1319800 score. I like how it counts how many letters of which type you hit. Nice graphics too.
I agree with terapaht. I was dead before I even knew what was happening. Otherwise, nice graphics, sounds and overall idea.
for the first boss, jump on their heads, then kick them. In the next update ill make that more clear. thanks for the tip too MTK. I'll do that.
Nevermind, the gallery MIDI doesn't seem to be working at the moment.
Is it just me, or is greenfoot having problems with midi sequences right now?
Kingpig glitched for me. I kicked him into the pit on the right, now he jumps, left, into the wall, rebounds right into his "maxx", and he's stuck.
Nice. Personally I think there could be better controls and a name changer would be nice, but thats just a small detail. Also, there's a glitch when the boxes get placed below the bottom row of clouds, they just move back and forth. When you add them to the world, you probably use getRandomNumber(getWidth(), getHeight())... You should change it to getRandomNumber(getWidth(), getHeight()-50 so they can't get under the clouds.