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:
Inputs that trigger something tend to look for an "on edge" (a signal that goes from 0 to positive), and then do something when that happens. If there's a positive signal being sent every frame, then it's always positive and will never have that "on edge" to trigger the behaviour.
If you want to count +1 every logic frame, you can use a calculator. Set it to A + 1. Then wire the result back into A. This will add 1 every logic frame.
If that doesn't work for your case, let me know a bit more about the situation and I'll see if there's some other solution.