So im working on a tower defense game and I want it to open with a "press any key" screen, so the player can just press any button on their keyboard to continue. My initial thought was to setup as follows:
But the problem with that is, well, I plan to use the keyboard as a control input, and with this setup is whenever you try to use the keyboard it will just take you back to the menu. Is there a fix? Something like "If any key pressed and on MenuLayout, go to 'LevelSelect'". Sorry if there is already a really simple fix, I just started using construct a few days ago and am still learning the ropes.