Why do I get this error message? Ellipse was expecting Number

This is my code https://www.openprocessing.org/sketch/1048449# if you’re wondering what the image I’m using is it’s my gf.

Perhaps line 44 where num becomes a decimal number between 1 and 100. In order for Xvalues[num] and Yvalues[num] to give you anything, num would need to be an integer (whole number) and not a decimal number. Could that be it?

1 Like

Oh thx so I’ll just round it