Project 115: Magic Cups

9. Make the cups move around

What if we made the game even more interesting by having the cups move around the screen? That way, every time we play the game, the cup hiding the mystery sprite will be in a different place every time!
This challenge doesn't have a starting point

Your goal

Steps

1. Add a "when green flag clicked" block

Let's start our code with a yellow "when green flag clicked" block! Can you find this block in the yellow section? It's the first block! 

2. Add a "forever" loop block

This is an orange block in control. It's the third block! Connect it to the yellow "when green flag clicked" block. Anything we put inside that block will happen forever. 

3. Put a "glide 1 sec to random position" block inside

This is a dark blue motion block. It is the 6th block! If you put this inside the forever block ... what do you think will happen? 

4. Repeat for your other cups!

Can you repeat steps 1-3 on all of your other cups?