Alright I have a major problem.
See at the beginning of my game you select the color of your clothes. So you move a cursor (charset) over touch events, and when you're on a touch event for a specific color, it gives you a preview of how it looks like.
BUT here is where the problems arise. See when you're on one of the touch events, I want it so that if the player presses a key, it goes into the actual game (obviously) but I don't know how to pull this off. Since the event is a touch event, when the player presses a key nothing will happen. I've also tried to make a Conditional Branch in the touch event, if key is pressed teleport to the next screen. But that still doesn't work.
What can I do?
See at the beginning of my game you select the color of your clothes. So you move a cursor (charset) over touch events, and when you're on a touch event for a specific color, it gives you a preview of how it looks like.
BUT here is where the problems arise. See when you're on one of the touch events, I want it so that if the player presses a key, it goes into the actual game (obviously) but I don't know how to pull this off. Since the event is a touch event, when the player presses a key nothing will happen. I've also tried to make a Conditional Branch in the touch event, if key is pressed teleport to the next screen. But that still doesn't work.
What can I do?