A remix with more options, customizable resolution, a threshold slider, gradient, an option for an extra dot, and MINIMAL ADVERTISING! I don't want the comments flooded with advertisements. If laggy go here https://turbowarp.org/1149859571 I can't believe my project is on the front page of Scratch! It's in the "What the community is loving". That's so crazy! Explination: It gets the distance from each pixel to both the circles, then runs it through the selected function. If the result is below the threshold, the pixel turns black, otherwise, it turns white. The options are d1 + d2, d1 - d2, d1 * d2, d1 / d2, d1 % d2, max(d1, d2), min(d1, d2), abs(d1-d2), sin(d1+d2) The functions I added are max, min, abs, sin, cos, tan, asin, greatest common factor, and least common multiple.