How do I freeze a signal from X that is also unfrozen with X?
I guess my first question is actually, wasn't there a tutorial that froze a signal with the signal manipulator? Which tutorial was that and what step?
This is probably simple logic stuff here, but...
I need holding X to stop something from happening (Not Gates aren't an issue for me). But I need that signal to freeze until X is pressed again, not unfreeze when it's released.
I'm just trapped on what I need to do here. I think finding that Signal Manipulator freeze tutorial would help me out, unless that's not the way to do it.
-
Use a selector. Make output A off and output B on. Start with A selected then wire up the x button to move to next output, once pressed the selector will switch to B which is your on state and then when it is pressed again it will go back to the beginning (A); your off state.
Hope that helps. -
Yup, I actually aleady did that, thanks.
-
a signal manipulator also works, and it takes up less space in the micro chip. Just set it to custom remapping, then to toggle on input on. Will do exactly the same thing.
댓글을 남기려면 로그인하세요.