Use Turbo-Mode (shift + flag) for faster plotting :] My first project since... idk. It must have been two years or something. Feels good to be back xD I started Scratch in 2020- it was fun but sooner or later I stopped because I had more important things to do I guess... Scratch still was a great experience and now I've randomly rediscovered it. Hopped on to my account (i had gained like three new messages over one or two years) and checked out my projects. I've taken a certain interest in fractals and decided to take a short and fairly simple script to plot one. A would like to thank the entire Scatch Community for the wonderful time I had here! I'm probably not going to be publishing any projects anytime soon, but who knows...? Maybe one day I will be back. With new projects and fresh motivation:)
So here we have the famous Sierpiński triangle! The Sierpinski triangle is a fractal described by Wacław Sierpiński in 1915. You have a defined triangle set by three points (simply three very small sprites) and can set your stamp anywhere within this triangle. I am plotting the Sierpinski triangle by only using this and two simple rules: [1.] The stamp is moved towards one of the three corners (choosen randomly) [2.] It only goes half the distance to the corner, then it stamps. It's that simple! Repeat this process and this beautiful pattern will emerge. ___ How many triangles are in this triangle? XD