Resetting Logic?

    Joined
    Dec 3, 2013
    Messages
    552
    Reaction score
    182
    • Legacy Citizen 9
    • Purchased!
    • Community Content - Bronze 1
    OK I have played with the logic blocks a bit (just getting back into starmade after a bit of a break). For the life of me I can't figure out how to have a button send its signal then turn orange again (so that I can press it again). I don't want a "Clock" that keeps changing the buttons state I just want it to turn back once. This was pretty easy for me in MC (yea I know this logic is diff) but I just can't figure it out.

    In the simplest terms. I want a MC style button not a lever.


    Thanks in advance.
     
    Joined
    Oct 24, 2014
    Messages
    226
    Reaction score
    97
    • Legacy Citizen
    • Purchased!
    I assume you mean a momentary switch, this is the closest I have been able to make, each time you press the activation switch it will output a momentary "ONE"

    momentaryswitch.png
     
    Joined
    Dec 3, 2013
    Messages
    552
    Reaction score
    182
    • Legacy Citizen 9
    • Purchased!
    • Community Content - Bronze 1
    Sweet Crimson ! that's exactly what I needed. And thanks for the link for the other tutorial vids too. :)
     
    Joined
    Dec 3, 2013
    Messages
    68
    Reaction score
    17
    • Legacy Citizen
    • Legacy Citizen 2
    • Community Content - Bronze 1
    I am sure I did exactly what you are looking for in just 2 blocks and a activator. Something a long the lines of Button > Delay > Not > Back to Button. The monostable tutorial from the legend Bench seems pretty similar to what I was thinking.