>ðps={} rnd=math.random for i=1,1 do table.insert(ps,{x=rnd(0,240), y=rnd(0,136),c=rnd(1,11)}) end pm=nil function TIC() mx,my,left=mouse() if not pm and left then table.insert(ps,{x=mx,y=my,c=rnd(1,11)}) end pm=left for x=0,239 do for y=0,135 do closest=ps[1] cd=999 for _,p in pairs(ps) do d=math.sqrt((p.x-x)^2+(p.y-y)^2) if d