i always wanted to create my own fractal
but its too hard
can anyone help me?
i always wanted to create my own fractal
but its too hard
can anyone help me?
The easiest way to make fractals is to use recursion, here's my example:
Just modify my script to make your own!
okay, thanks
nvm
when i tried creating my own
it didnt even create a fractal
Not seeing your code, I'm just guessing about what the problem is, but it's really important that after this part
Oh and also this
is crucial; a recursion has to have a base case, a smallest version (in this case n=1) that doesn't require a recursive call.
thanks for wasting my time
nvm
script variable (a) fractal (10) (a)::pen change [a v] by (-1)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.