>«rnd=math.random function TIC() for x=1,238 do for y=1,134 do if rnd()>0.95 then dx=rnd(-1,1) dy=rnd(-1,1) pix(x,y,pix(x+dx,y+dy)) end end end end