The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

I have a menu scene and a level scene. I used a touch screen button with a pressed signal to go from the menu to the level scene with get_tree().change_scene() and another touchscreen button with the same function in the level to go to the menu.
The problem is that when I go to the level and return to the menu, I can no longer go to the level scene. How can I fix this?
PS - both scenes are very simple

Menu - control
       Touchscreen button (with signal and change scene script)
       Colour rect

Level - node2d
       Touchscreen button (with signal and change scene script)
       Colour rect
in Engine by (64 points)
edited by

You need to give us more detail (like your code or scene structure).

It's kind of a test project so I don't have much code, only the change_scene() statement called from the touchscreen buttons

The ColorRect is below or above the TouchScreenButton?

Its below the texture button

I really can't reproduce the problem, I give you my Test project, maybe you can find where the problem is.

https://www.dropbox.com/s/hkkppc193e0mu7r/Test2.zip?dl=0

Thanks. I'll get back to you as soon as possible

I've seen the problem. I forgot to remove a line of code that paused the level scene.
I'm sorry I put you through such stress

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.