
Create a program that draws a simple fractal. The main rules are shown in the project. Extra Rules: - You may create clones, but the script inside each of the clones, including the "When I start as a clone" block is included in the block count. - There is a script inside the "Fractal" sprite that is commented. This script is to demonstrate the program. It is not included in the block count :) - It must be drawn with pen - Please hide the "Rules" sprite for this project, but don't delete it!
This is a hugely slow and inefficient method for generating fractals, definitely use turbo mode! (But it only needs 9 blocks - Assuming the define hat block counts) It works because I have created (beforehand) a list of locations and the program just moves to each location. The list is created so that I can stop at certain points to leave the fractal with fewer or more layers. As it is, I have created the list for up to 6 layers, but the method could work for more, I just can't be bothered to wait for the script to work out the list any more ;)