In this project, the Repeat command block (from the Control palette) is used to loop the instructions inside as many times as requested. Every time the program goes through the sequence of code (top to bottom) it checks the conditional command (if-then) to see if it is true. Here, if the Ladybug touches the Parrot, they have a conversation. NOTE* The 2 sprites have to be returned to their original positions each time you view the project (by clicking the green flag). There are 3 problems here that need fixing. 1. The 2 sprites are speaking out of turn. Can you make them take turns speaking? The ladybug should initiate the conversation, followed by the response of the Parrot, and finally the Ladybug's parting comment. 2.The Ladybug repeats her lines twice. Can you fix it so the Ladybug says her lines just once? 3. Can you fix the code so the program returns the 2 sprites to their original positions every time the Ladybug reaches the opposite side? Funny! It's all about "timing" :-) :-) Have fun!