Search found 2 matches

by bloodyghost9
13 Aug 2016, 17:39
Forum: Mindstorms Software
Topic: How to run two lines in a switch? (Nxt)
Replies: 0
Views: 86194

How to run two lines in a switch? (Nxt)

Here is my program so far:
Image
I want to have two seperate beams that run independently of eachother within the Yes of the Color Sensor switch. The two Wait blocks should not depend on the truth value of each other. How would I do this?

Thanks
by bloodyghost9
13 Aug 2016, 17:36
Forum: Mindstorms Software
Topic: How to run two lines in a switch? (Nxt)
Replies: 0
Views: 86449

How to run two lines in a switch? (Nxt)

This is my code: https://cdn.pbrd.co/images/8dZC0eubL.png I want to have two seperate Wait for Touch blocks within the Yes side of the switch. They need to be able to toggle on and off separately, without depending on the truth value of the other touch sensor, but still depending on the Yes value of...