>äfunction c(x,y) for r=1,240,3 do circb(x,y,r,0) end end function TIC() cls(12) --mx,my=mouse() t=time()/1000 r=40 mx=120+r*math.cos(4*t+1.5) my=68+r*math.sin(3*t+8) c(120,68) c(mx,my) mx,my=mouse() --c(mx,my) end