keyDown VS. keyWentDown

I teach to test different conditions to make sure the outcome remains the same (clicking often to jump the frog, clicking just once). If the tests are the outcome the student wants, in my mind, I don’t think it matters which one you use (keyDown or keyWentDown).

For the health to only decrease by one, there are a few methods outlined in this really informational post (find josh’s response). The easiest way by far is to move the mushroom’s position so that the sprites are no longer touching but there are other ways outlined in the post. FYI - hiding the mushroom (or making it invisible) won’t work but hiding its position (an x position off the screen) would work. In this game, I would just quickly move it an x position that allows it to skip over the frog. Good luck!

~Michelle