>Now that worked well too, but when we tried to do this with our
>inhaling and exhaling of lungs, one lung always seemed to be
>fractionally behind when it was increasing its size or decreasing its
>size. What we need to do is launch those two turtles at exactly the same
>time. We tried:
>I will look at all the other options tonight. But before I go, is
>there any way to launch a number of turtles at the same time?
Here is a solution that achieves synchronous flags without using launch at all:
to wave
t1, setsh "flag1
t2, setsh "flag1
wait 5
t1, setsh "flag2
t2, setsh "flag2
wait 5
end
to waveit
repeat 10[wave]
end
I'd be curious if anyone can achieve the same effect (both flags moving in
synchrony) with launch.
Bill Kerr
Paralowie R12 School
South Australia
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.