Video: Repeat Until Block

Hi, I'm Chris. Before joining the Miami Heat, I went to Georgia Tech to study Computer Science. Let's try our new block, the "repeat until" block.

What if we didn't know how far the bird had to move to get to the pig?

If we put a "move forward" block inside the "repeat until" block, the bird will move forward UNTIL it reaches the pig (or crashes into a wall).

And this is important: just like before, we can put multiple blocks inside the "repeat until" block, and they will all be repeated.