Problem with screen touch not working when Retry

Hello.
Please tell me how to solve the game development.

touch the start button and play the game.
It goes smoothly up to the score.
If I touch the retry button in the result screen, it goes back to the game scene. However, the screen touch, including the start button, does not respond at all. The related events are as shown in the screenshot.
This problem continues to occur.
At what point is the problem?



Skip intermediate events

Hi Lee,

Always try to simplify your code.

Is it necessary to have so many if conditions just to allow the character to jump?

Please show all the events for the Start scene.

This is the entire event of the game scene (stage 2). It is a game to obtain as much coffee as possible, which is randomly generated for 30 seconds. You can jump like Flappy Bird by continuously touching the player. If you fail, you will return to the game scene (stage 2) and the screen will not touch at all. Is it because of the timer?


It works fine on the gdevelop preview screen, but when I deploy it to a place like itch.io, it doesn’t work.

So there are more stages? What about stage 1, does it work fine?

Luckily I just solved this problem. It was a problem with the timer working when retrying. Thanks.

1 Like