You may want to add a failsafe (if !Greenfoot.isKeyDown("space") { running = false; }) because there is a glitch where if often thinks the spacebar is down when it's not.
"e" on your keyboard opens the inventory, wasd dig in the corresponding direction (w digs up, d digs right, etc.) and also place the block in the held space in the corresponding direction.
Thanks prodigy, but yes, there are many excellent games, scenarios and especially many talented users on the site. Builderboy and bourne are only a couple prime examples.
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
2012/7/30
Game of life
2012/7/14
Super Meatcraft
2012/7/11
Super Meatcraft
2012/6/30
Platforming
2012/6/10
Bounce
2012/6/7
Deadlock
2012/6/7
Super Meatcraft
2012/4/15
Super Mario
2012/4/13
Multi-chat