
Hi, I want to figure out how to make the falling code from the Matrix movie. I know how to have a few characters falling but I can't get each one to fall at a different speed or how to keep the animation going with new characters appearing. What I have for the basic falling characters is (sorry the code box doesn't work well on my iPod)
:ClrHome
:ClrDraw
:AxesOff
:For(X,1,16
:Output(X,3,"O
:Output(X,6,"Z
:For(Y,1,50
:End
:ClrHome
:End