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

Super_Hippo's Comments

Back to Super_Hippo's profile

Okay, I guess 'darker' and 'brighter' are not working with the HTML5 version.
Update code means that it will remove the imports of the java.awt.Color and .Font. You have to update the code which is underlined in red then if the code was written differently (like lowercase for colors or constructors which aren't working anymore, especially for fonts).
Ah I see, so the html 5 conversion didn't happen before.
Why are the weapons moving around and why is the player losing health when not doing anything?
Isn't your wombat exactly what the ladybug is in this project? The 'addCameraFollower' method is not the method which "moves the screen", it adds the actor which will be followed. Open the 'DemoWorld' and check how it was done.
Well, you could download the game and speed it up yourself. I personally don't think that it is too slow though. I mean you can think about your next move because the ghosts are predictable.
Thank you. You can't speed up the action. However, the speed of Pac-Man and the ghosts increases with higher levels.
Every single time java got a minor update, I need to find out again how to get the green screen...(Yes, it works in the JS version without doing anything.)
Do you get some kind of an error message? Are you using the applet or JavaScript (html 5) version?