Przejdź do głównej zawartości

Szukaj

Why does the count logic have a time limit regarding how fast it can be added another +1?

  • Aecert

    Try hooking the plus count up to a not gate that is wired into itself.

  • jon-blue-eyes

    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!

Zaloguj się, aby dodać komentarz.