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

Super_Hippo's Comments

Back to Super_Hippo's profile

Well, the 'CAN YOU SEE ME?" is visible when downloading and opening in Greenfoot. Also pressing space has an effect there. Here on the website, for me the text is "ZRCWBVKG" for no apparent reason and pressing space doesn't do anything. Furthermore, when trying to open it without being logged in, I get a UserDeclinedException. When I try to run the downloaded version "offline" (= no user name), it gives a Nullpointer Exception. It is also pretty unusual that there are two classes which only have a CLASS file and no CTXT and JAVA files, so you can't see their code. There is this code in the Screen class: ---------- if (CodeGenerator.haveUser()) text = CodeGenerator.getCode(CODE_ID); else text = "CAN YOU SEE ME?"; ---------- CODE_ID is a 58 (final int), this 'haveUser' method seems to return false in the downloaded version, so the text is set to "CAN YOU SEE ME?". However, executing this getCode method and passing 58 returns "UGVWRLYV" which is still different to what I see here on the website where haveUser is apparently true whatever that means... @Venbha: It's a wolf and not a fox ;)
It "crashes" when you run into an apple.
Holding space makes you invincible.
I was already wondering who is updating my scenario here ;)
Okay, I published the source. I hope it helps.
As I mentioned, I don't know how the original movement works with the problems I wrote here in the comments... I could upload the source. However, it is mostly in German, so I don't know if it would help.
Create a new discussion describing your problem and showing the relevant code you are using.
After removing all objects, a scoreboard should appear. If it does not, then your storage isn't available (= this will show you a red screen: http://www.greenfoot.org/scenarios/12380). For me (also using IE), it works fine.