Objective: Create an app that responds to finger drags by changing the color and order of random circles drawn on the screen.
Problem: How can we use finger drags to change the color and order?
Solution: We can save the circles data in an array. We can change the color of each circle in the array when the user drags one direction. We can start drawing at a different location in the array when the user drags in another direction.