In this project, when the green flag is clicked Pico should move towards Nano. When Pico reaches Nano, Pico should say “Tag, your it!” and Nano says “My turn!” But something is wrong! Pico doesn’t say anything to Nano How do we fix the program?
We put a different block in the 'repeat until' block so it works properly. Due to the other block, that's what was causing the problem on Pico not saying anything. We added a wait block so they are not speaking at the same time.