Hello everyone,
I started working with Greenfoot a few days ago and I'm wondering if there's no possibility to check whether a key a was pressed once, not whether it is pressed. I developed a little game in which an Actor can jump up by pressing the up key (Greenfoot.isKeyPressed("up")), but if I hold it down, my Actor is flying and this is definitely not what I want. Would be nice if you could help me to solve this problem.
Thank you

