turn on turbo mode!!! shift+green flag or go inside the project and click "turn turbo mode on" under the edit menu :D highly recommend using turbowarp, it makes it generate almost instantaneously for many settings: https://turbowarp.org/1314749856?fps=60&turbo controls: arrow keys to move around i to zoom in, o to zoom out d to increase detail (number of iterations of recursive function -- details below), s to decrease detail space to regenerate the mandelbrot set is the set of imaginary numbers c for which the recursive function zₙ = zₙ₋₁² + c with z starting at 0 doesn't diverge to infinity (which i tested by checking if they reached an escape value). those numbers are represented in black on the imaginary numbers plane. the color of the numbers outside of the set is determined by the number of iterations it takes for the function to reach the escape value. detail (changed using d/s) determines the number of iterations the program goes through to see if the point is in the mandelbrot set. this also makes the colors of the other points form a smoother gradient since they're determined by what percentage of the maximum iterations the function went through before reaching the escape value.
update: goes faster (mostly noticeable in turbowarp) by not using clones move around (in real time if you're using turbowarp) using keyboard