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

Super_Hippo's Comments

Back to Super_Hippo's profile

If you use the TNT to North or West at the beginning, the scenario stops.
Well, I was completely lost, so I looked at the source code to find the mini map. Then I went to the position of the warp. I think the warpdestiny should be the position of the other warp in the map. As it is right now, you get teleported to the position of the first warp, so you don't move at all. This way you can't reach the exit or do I have to do something else? Btw, to everyone who loses track in the map source code: Press Ctrl+F and type in "0". Then all 0 will be visible and you can find your way. ;) It would be funny to have something like a summary. So you can look up what route you took. Maybe after reaching the exit. To do this, you could create an image and draw a colored line every time you move. And then, when it is needed, you display that image.
Super_HippoSuper_Hippo

2014/11/27

Update the scenario and check the "publish source code" box bottom left to make it downloadable. You can also make a world with buttons to choose the map and create the map then.
That's funny how it's like 2 Tetris games above each other ^^
Oh and because I wrote it here, too. Storing only didn't work because of Java 8. Same thing with the bug which made it necessary to reset before playing. Should be all good now :)
Alright, thank you!
Thank you for the link. I don't understand much from it though. Should I stick with Java 7 or is there an (easy) way to make it work in Java 8? I just read through some of the changes Java 8 brings, but if I understand it correctly, then it doesn't change anything in Greenfoot for me, right?
Ok, it works with Java 7.
Really? Hm, then I don't know what could be wrong with the connection of my browser to Greenfoot.