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

DonaldDuck's Comments

Back to DonaldDuck's profile

Sure. The first screen is just a picture with some click detected areas (if Greenfoot.mousePressed() && mouse.getX()>minx && mouse.getY() >miny && mouse.getX< maxx && mouse.getY() < maxy) The second and third screens just have actors (the pipes) which set the level to a certain level if the player is on it and it pressed the down key
check your java console. You may not be logged in or the applet may not be communicating with the high-scores
The first time it refreshes it shows all the users that have been active recently. The second time and forward it shows only the active users. I'm not sure why mjrb is always showing as online...
Ah danpost, you beat me to it :( 1 minute too late for me.
It's probably a sound file. I'll check it out
I actually added the animal noises, lol. It plays a random ambient noise every 300 (if I remember off the top of my head) act cycles. When you're in a cave, it makes cave noises instead of animal ones.
I have a 260-frame GIF and when I use this program on the Gallery, it returns a Java Heap Space Error. Any suggestions?
Sorry, yeah. I changed the menu key to "o", the restart key to "r" and the inventory key to "e" I still have to fix the stash problem that you mentioned.
Thanks Busch, I'll fix that shortly. As for the difficulty falling through a tiny gap, I don't know exactly how to solve that other than cycling the gravity method faster (resulting in falling through blocks and jumping up and down pixels at a time) or just making the gap bigger... I'll fix these problems though.