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:
Depends on the logic you already have... but something to try is to make the button press “pulse” (fire the first frame only). This will mean for any given button press it only fires once (like an “onbuttondown” event.
To turn any signal (constant) into a pulse (once only), use a signal manipulator (found in logic and processing). Change its most to “pulse”. Now it will pulse whenever it receives a signal (such as a button being pressed).
Don’t best yourself up too much. The logic side of things isn’t imperative (one thing happening after another). It’s more on a frame-by-frame basis. Everything powered on a given frame runs for that frame. So it can be difficult to get your head round at first. Keep tinkering and you’ll get it ?