I realized that the "if(Greenfoot.isKeyDown)" thing registers if it's being held down.
I want to make it so that when the player character in my game presses S and Z or X at the same time, they slash downward, and A and Z/X for left, W and Z/X for up, etc.
Is there a way to do this?
Thank you! (I'm fine with having there be only one button to slash, too - mostly want that so I can make it super fast later on)

