>¯cls() rnd=math.random function TIC() for i=1,5000 do pix(rnd(0,240),rnd(0,136),0) end t=time()/500 r=50 x=120+r*math.cos(3*t) y=68+r*math.sin(4*t) circ(x,y,7,10) end