Log In  

Cart #58478 | 2018-10-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#58479 2018-10-27 10:53 ( Edited 2018-10-27 17:51)

I'm watching this. I think it may be possible to do in different, possibly less tokens code.

t="i-love-maria-" b=#t+2 e=-1
repeat
  b,e=e,b
  for i=b,e,sgn(e-b) do
    cls()
    for j=1,#t do
      c=7 a=abs(j-i)
      if (a==1) c=8
      if (a==0) c=14
      print(sub(t,j,j),j*4-4,0,c)
    end
    for j=0,3 do
      flip()
    end
  end
until forever
P#58486 2018-10-27 13:51 ( Edited 2018-10-27 17:51)

[Please log in to post a comment]