Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I have a problem building the foundation of a functional menu. I want to have the pressing of the x button make the menu go from A to B and from B to C, the problem is if I press x while A is active it goes directly to C since the button detection running while B is active detects the x button at the same time it is activated. I tried to use a signal manipulator turning the input to a pulse but that didn't work (maybe I'm doing sonething wrong?). In other words: how can I make the detector only detect the input if it went from off to on while the detector was active?