I was trying to make an explosion animation using letter. It was supposed to spiral out, then kind of cover the screen in a bunch of the letters, but I couldn't get the spiral working in under 10 line of code. Any help shortening it?
Code:
Just add a couple more outputs and there you have it.
What it should look like:
o
o
o
o
o
o
o
o
Imagine those O's in a cicle.
Thats the general gyst of it. It oviouslyy makes a full circle on calc.
Code:
Output(5,13,"0
Output(6,12,"0
Output(7,13,"0
Output(7,14,"0
Output(6,15,"0
Output(5,17,"0
Output(4,16,"0
Output(3,15,"0
Output(3,14,"0
Just add a couple more outputs and there you have it.
What it should look like:
o
o
o
o
o
o
o
o
Imagine those O's in a cicle.
Thats the general gyst of it. It oviouslyy makes a full circle on calc.