Still 4th in queue…
ANOTHER FRACTAL!
x=0;y=0;t=0
repeat(10000){x+=1;t+=1
if x>80{x=0;y+=1}
draw_point_color(lengthdir_x(t/100,t)+40,lengthdir_y(t/100,t)+40,(x*2+y*4+t*8)*-64)}
//And just for kix...(Will produce something a little more chaotic when added to the above)
x=80;y=0;t=0
repeat(10000){x-=1;t-=1
if x<0{x=80;y-=1}
draw_point_color(lengthdir_x(t/100,t)+40,lengthdir_y(t/100,t)+40,(x*2+y*4-t*8)*64)}
Accepting rate is sloooooooow!
HA!Now it really does take PageSource…silly me,failed with that BB64
And yes,tisHard game :S
Yes,well I did most of the LvDesign after entering Luda's sadistic game contest(it has since been invalidated,since the engine was done mostly before the comp started(*glares at Van's scrolling shooter thing that was out before and is being accepted,though he prolly didn't finish it so nothing is going to come of it anyways(Especially since he only has WIPs,besides an Asteriods game)*))
Okay. That fractal is my favourite. A better looking avatar than some people can make in a program.
And in what language is this coded?
Erm, gml, obviously…
Brilliant! =D =D =D ==D
I decided to change my avatar again. I like your new one.
Why do you spend all your time doing these?