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

mjrb4's Comments

Back to mjrb4's profile

mjrb4mjrb4

2009/3/10

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)
mjrb4mjrb4

2009/3/10

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? ;)
mjrb4mjrb4

2009/3/9

...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 :)
mjrb4mjrb4

2009/3/8

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? ;)
Nice, an interesting concept and it'll be good to see what comes out of it!
mjrb4mjrb4

2009/3/8

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!
mjrb4mjrb4

2009/3/7

Hmm, I'm sure I tried that - it landed on teh switch but didn't seem to flip it :( I'll have another go...!
mjrb4mjrb4

2009/3/7

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? :)
mjrb4mjrb4

2009/3/7

Perhaps it'd be good if there was some functionality stopping the user from selecting any number of dimensions and length <1?