Hello, I have some sprites that I use to check when users touch the buttons.
These buttons (sprite object) have an instance variable of type text called "function", each button has a different value in this variable.
All buttons function correctly except the button that has the "menu" value in its instance variable "function".
If I change the value of that variable with another name, such as "menus" then the button works, do not understand why.
To fix it I have to do this:
There is nothing more with the "menu" value in the eventsheet.
Why does this happen?.