-- tcc day 04 function TIC() t=time()/200 s=math.sin for x=0,240 do for y=0,136 do pix(x,y,s(x/16+t)+s(y/16+t)+t) end end end