This is my project.
There are two issues with it:
1. The part where the player actually jumps off the platform isn't working.
2. Performance is abysmal.
3. I do get IllegalArgumentExceptions when the Player falls to the bottom, but I expect to. It can be ignored for now.
So... can anyone help me figure why my performance is so bad? I mean, act() takes nearly 2 seconds to complete!
I'm sorry... this is sort of my first *real* Greenfoot project where haven't tried something my teacher asked us to make.
By the way, map(int x) is what I'm using to translate my increasing y = going up model into the increasing y = going down that greenfoot uses.