Hi there! I'm having problems with my game, the game is a runner, but I need to make when the player colliding with an enemy stops time and have a certain time to execute a combo system time.
What I have is an array with randomly generated numbers. Each number means a special key (up, down, left, right). The combo appears on the screen, but what I need is to read the key pressed by the player and see if he did well.
Something like "one finger death punch" combos.
Thanks for your help!