In the level where you have to hit the switches with the boomerang sword, I jumped off the top of the screen and this happened:
java.lang.IndexOutOfBoundsException: Y is out of bounds. It was: -3 and it should have been at least: 0
at greenfoot.GreenfootImage.getRGBAt(GreenfootImage.java:436)
at greenfoot.GreenfootImage.getColorAt(GreenfootImage.java:385)
at it.kill(it.java:122)
at Zony.ok(Zony.java:272)
at Zony.physics(Zony.java:170)
at Zony.act(Zony.java:72)
at greenfoot.core.Simulation.runOneLoop(Simulation.java:288)
at greenfoot.core.Simulation.run(Simulation.java:158)
In level 7 with the physics engine change, it's possible to evade the previous certain death of the hidden platform by jumping to one side before you hit the spikes - it's made it a lot easier but was that intentional? ;)
...Or even better, you could track the location when the missiles went out of the world, and then put them back in when the came within the boundaries again ;)
I had a feeling there was a support class around somewhere that did this, but I can't find it quickly. I might write one at some point if someone hasn't already... shouldn't be that difficult :)
Hmm on level 3 (I think it's that level anyway, the one where the lava first appears in little pools) I managed to sword one of the things that crawls across the ground until he was trapped in a corner and couldn't move, even when I moved away. Bug or feature? ;)
I'm presuming the level after one is level 7 because after you've completed that one it doesn't advance anymore... not sure whether that's deliberate or not!
I'm not sure what level it is, but I just can't get past it - I think it must be either 5 or 6, but it's the one with the three switches on the left that I can't reach! I've tried throwing the sword at them but that doesn't seem to trigger them either...
Any hints? :)
2009/3/10
Zony
2009/3/10
Zony
2009/3/9
Bomber
2009/3/8
Zony
2009/3/8
Pressure smulation
2009/3/8
Zony
2009/3/7
Zony
2009/3/7
Zony
2009/3/7
nDOX