Describe the bug
The bugs is when i go to an scene on another scene the button doesnt work.
A clear and concise description of what the bug is
When i enter an scene on an another scene, the buttonFSM doesnt work. Steps to reproduce
Create 2 scenes, 1 with an button and another with another button that if clicked go to the another scene
Can you post a screenshot of the events you’re using in both scenes? Are the objects buttons or objects with the button behavior? Are the buttons in the same position. I’ve seen where that can cause issues with both buttons being triggered by the same mouse event.
I found out, its because i wanna use an system that is more complex, and after i re-readed the code, i found out that it was repeating herself infinite times. I didnt saw it at first.
I found out, its because i wanna use an system that is more complex, and after i re-readed the code, i found out that it was repeating herself infinite times. I didnt saw it at first.
Hello Amigo54. Sorry but i alweady resolved the bug. It was caused because i builded an more complex change scene sistem, but i forgot to put an limit, so it caused to reopen the scene infinity times. But thank you.