Creating ellipses with different colours and sizes

It is really difficult to ask general “how do I do this?” question.

You can read more on the subject here:

Now to get back at your project, I would advise, as @tony said, to divide your project in different objectives, master them and at the end put everything together. It could be something like this in your case:

  1. Draw an ellipse where you want, the size you want
  2. Change the color of that ellipse
  3. Move it over time (no matter how)
  4. Change the size over time (no matter how)
  5. Change the color over time (no matter how)
  6. Now control how the ellipse changes over time (position, size and color)
  7. How to draw multiple of them (which data structure adopt for the project)
  8. Enjoy

Now if when trying to break it down you run into problems, come back and post your code here. Explain what you want to achieve and what exactly is the problem that you encounter. We’ll all be happy to help :slight_smile:

1 Like