Hello everyone so for the past few days, I’ve been struggling on touching button problems between two scenes, I believe this could be fixed by De/activating the mouse/touch on the next scene for a while and adding a timer on when will the mouse/touch be available for use again so when the player touch the button from the first scene, the button from the second scene will not be touched. But I do not know how
to be more clear: I have two scenes which both have some buttons as a “panel sprite”, those two buttons are perfectly aligned to each other from different scenes. When I click the button from the first scene, the button from the second scene will also be clicked without me touching the button from the second scene
I think if you just add a timer if the player still with touch after it reaches the value the button will be pressed automatically. You will only be able to delay the touch, but not prevent it.
I did it:
First Scene (just the event to make the touch move to the next scene)