Zum Hauptinhalt gehen

Suche

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!

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.