Button Won't Work In Just One Scene
Koda89
Member Posts: 275
So in my new game I added a Menu button that takes the player back to the main menu. It works in all of the gameplay scenes, except for one. In this one, it'll only work every now and then. Most of the time, it only works if you don't interact with any of the other actors in the scene. Once you touch one of the actors in the scene, it usually stops working.
What is going on? I know it can't be due to attributes, cause neither the button nor any of the actors in said scene use any attributes.
What is going on? I know it can't be due to attributes, cause neither the button nor any of the actors in said scene use any attributes.
Comments
Can you give us a clue on what rules you used for the Menu button?
1) It is using the Display Text behavior so the button has Menu on it.
2) It has a rule where when it is touched, it changes the scene to the Main Menu.
Rule
When touch is released...change scene "Main Menu"
Make sure the actor is unmovable.