Hello World! I'm going to use a count loop To make the Ogre wave. We have the ogre and I have instructions to get his arm into position, (Notice the comments.) and then he waves once. and then at the end he says "Bye" And let's run that. He waved once and he said "Bye" So, let's make him wave longer. And I'm going to add a count loop. Count to three. We could make that more if we wanted. And then, I'm going to put these two statements inside the loop. Now, where do I want the "Bye?" Do I want it here, or do I want it inside the loop? Let's see what happens when we run this. And when the loop ends, he says "Bye" Let's have him say the value of indexA. So, absolutely nothing. And then, add to that the integer indexA. What is he going to say? Alright, he said 0, 1, 2 and then he said "Bye" when the loop ended. Let's add a do together here, and put the say and moving the wrist forward in that do together. What do you think that's going to look like? Let's run it and see. Alright, that's it. You should experiment with this, have some fun.