#Logic Gate that flips back and forth everytime it is used?

5 messages · Page 1 of 1 (latest)

sterile portal
#

Is there a logic gate that does this?

Trying to make 1 button be on/off.
"Button" --> (gate that flips back and forth) --> Signal to Start / Stop on "audio player"

kind ivy
#

Bool variable, and a “Not” chip

#

Connect them both together and you can turn a regular button into a toggle button

sterile portal
#

thank you!

kind ivy
#

Egg salad