m=math s=m.sin f=m.floor cb=circb
function TIC()t=time()//32
for y=0,136 do for x=0,240 do
pix(x,y,f(3*s(x)*y+t)>>3)
if y%5<3 then pix(x+(x>>2)*s(t/10),y,f(3*s(x)+y/5+t)>>3)end
end
for i=1,t//15 do cb(100+i*s(t/20),80+i*s(t/20),15+t/20,f(t%15))end
end end
256 bytes
t=0
function TIC()for i=0,135 do
for j=0,239 do U=t/9+j/50if i<45then U=(j+i)//8+t end
pix(j,i,(i~j|-j~-i)+U)end
end
t=t+.2
end
t=1s=math.sin
function TIC()T=s(t)+2
for j=0,136 do
 for i=0,239 do
  P=s((2*t+i)/(5+t/9))*s(j/10)-s((t+j)/20)*s(i/10)
  pix(i,j,P*16)
 end
end
t=t+.1
end
TIC=load'for j=0,135 do for i=0,239 do pix(i,j,(s((t/9+i+5*s(i*j/v))/v+t)^9+s(j/u))*10)end end t=t+.01'u=15v=90t=0s=math.sin
t=0v=90s=math.sin
function TIC()T=t/50 for y=-68,67 do for x=-120,239 do
X=(math.atan2(y,x)+3.14)Y=((x*x+y*y)^.5)/120L=(300*s(160*s(Y-T)+20*s(X+T)+3*s(Y*X/v))/v+T/2)//1&(8*s(X+Y)//1)
pix(120+x,68-y,(L//1))end
end t=t+1 end