I'm trying to advance to the next scene in my program(tinder) when the right arrow key is pressed in CodeHS, but I need to figure out how to toggle next scene every time I press the right arrow button. Here's the documentation:
(.png)
(.png)
(.png)
I've tried manually adding the key_down_handler to each function but it also doesn't work.