Bij said:
I did something like this:
1--NOT---AND
2---------/........\
..................... NAND---- Motor
3----------\....../
4----------AND
I think that works
bit.................Z.................X
1..2..3..4..Not1 AND 2|3 And 4|NOT(Z and X)
1..1..1..1..0.................1...........1
1..1..1..0..0.................0...........1
1..1..0..1..0.................0...........1
1..1..0..0..0.................0...........1
1..0..1..1..0.................1...........1
1..0..1..0..0.................0...........1
1..0..0..1..0.................0...........1
1..0..0..0..0.................0...........1
0..1..1..1..1.................1...........0
0..1..1..0..1.................0...........1
0..1..0..1..1.................0...........1
0..1..0..0..1.................0...........1
0..0..1..1..0.................1...........1
0..0..1..0..0.................0...........1
0..0..0..1..0.................0...........1
0..0..0..0..0.................0...........1
so thats def right