fill change over time

edited December 2017 in Questions about Code

hi i have this code but i dont understand why after float w become negative the fill is not changing and stay black.

stroke(0); fill(w); ellipse(width/2, height/2, w, w); w = w - 20;

thankx

Tagged:

Answers

Sign In or Register to comment.