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

schetefan24's Comments

Back to schetefan24's profile

I just died 158 times and haven't reached the aim, there is no chanche to know, wich way is the right one if you don't wanna change this, you should reduce the excecution speed, because I crashed many times, because I've gone to far you can set the speed with: Greenfoot.setSpeed(x); enter for x a number between 1(slowest) and 100(fastest) add in the constructor of the World this method to be slower
Sorry, that there haven't been a update for a really long time ( 2 weeks), but we implemented many new functions and our game wasn't in a version for release. But now, you got a really big update :) also planned: - new Levels - animated images for the diffrent actions - more than one enemy with better images
can you maybe implement, that the blue circles removes themselve, if they touch the edge of the world? also it would be nice, if you can move :) if you don't know how: add this to the act method of the blue circles: if(this.getX()==0 || this.getX()==getWorld().getWidth() || this.getY()==0 || this.getY()==getWorld().getHeight()) { removeObject(this) }
you can jump up in the air again, if you did't press up (or only once) before using the trampoline there is a limit of to jumps between contacting the black blocks (you have to stand on) I'm not sure wheter you had read the (new) text on the first map, but it's ment as a little tutorial ;)
I just have added a small first level :)