Hi! This is by far, my most complex project yet, but not the one with the most blocks. (Check my Collatz Conjecture Graph Viewer https://scratch.mit.edu/projects/1194114227/ for that) It's just a simple Mandelbrot Set renderer which is not that fast in scratch, but it's ok. Check the Turbowarp version for WAY faster rendering - https://turbowarp.org/1214045339 and enable Turbo mode for even faster rendering! ~Instructions~ - Click the green flag to see the mandelbrot set. - Play around with the sliders and click the green flag to apply it - Use arrow keys or drag to move the magnifying glass. Click f to scale at that position. Enter a positive digit to magnify the view or a negative digit to expand the view. - c to toggle the following variables: (Including orbit, magnifying glass and screen_size) - Grad_multi means Gradient Multiplier - Detail_Multi means Detail Multiplier which is multiplied by the scale to find the amount of iterations to run - Col_type means color type. There are 5 color types 1) B&W with white set 2) B&W with black set 3) Colored 4) Colored with gradient 5) Colored with gradient and color repetition - Hold space at 100% scale (normal scale) to find the orbit of the pixel at your mouse pointer with upto 100 iterations. (Use orbit slider) - screen_size (Only works in turbo warp, Click advanced and enable high quality pen) increases the detail and decreases the pixel size (Don't enable high quality pen if you're not going to use sceen_size) - Use r to rest everything back to the original setting - Use g to input specific coordinates and scale Ty for reading and have fun!