I'm trying to create a greenfoot program that has a small character move across the screen when the right directional button is pressed.
As this happens he accelerates, till such a time as the spacebar is pressed, at which point he leaps into the air.
I currently have this happening, which moderately satisfying results.
My issue is that I have a rotating shape that he has to jump over, and I'd like to add in collision code, but without using the inbuilt "getOneObjectAtOffset" or intersecting object code and have no idea how to do that.
Help please?