Discuss Scratch
- Discussion Forums
- » Connecting to the Physical World
- » interaction between 2 scratch programs?
- thanos_lainas
-
1 post
interaction between 2 scratch programs?
hello,
my program has 2 sensors and 2 motors. with the inclination sensor i want to activate one motor each time depending on its indication.
do i have to write 2 seperate programs? how can i tranfer the indication to the second program?
my program has 2 sensors and 2 motors. with the inclination sensor i want to activate one motor each time depending on its indication.
do i have to write 2 seperate programs? how can i tranfer the indication to the second program?
- rivques
-
27 posts
interaction between 2 scratch programs?
what outputs (jacks) are you planing to use and what type of sensors?
you might be able to use this:
you might be able to use this:
broadcast [ v]
when I receive [ v]
Last edited by rivques (Feb. 27, 2015 20:28:04)
- Discussion Forums
- » Connecting to the Physical World
-
» interaction between 2 scratch programs?