Why does the count logic have a time limit regarding how fast it can be added another +1?
Basically i tested this on the Ame timeline, i added to sources to contribute to the count at the same time, but only one +1 was added. The second source was ignored. I then moved the 2nd source for a tiny bit on a time line, again it was ignored. Only when I moved it apart like 1 second or so, it was registered as an extra count. I don't get the logic behind this.
-
Try hooking the plus count up to a not gate that is wired into itself.
-
I think it’s because the add input is triggered by pulse only. So even if you wire in an always on input value, it’s only going to trigger the update when a full pulse happens.
The Not trick should do it as that will cause the input to rapidly pulse between on/off every two frames!
Please sign in to leave a comment.