ъю юлл люлл люлл ю ю л юлл ллюлл юлю ю ю ю лю ллю лю ю ю ю ю ллллллллю ю ю ю ю лю ллю лю ю ю ю ю ллллллллю ю ю ю ю лю ллю лю ю ю ю ю ллллллллю ю ю ю лл лю ю люллю ю ллллллллю ю ю ю ю лю ллю лю ю ю ю ю ллллллллю ю ю ю ю лю ллю лю ю ю лл лю ю люллю ю >Ьrnd=math.random for x=0,29 do for y=0,16 do mset(x,y,rnd(1,4)) end end --[[ for i=1,30 do x=rnd(0,29) y=rnd(0,16) if mget(x,y)<3 and mget(x+1,y)<3 and mget(x,y+1)<3 and mget(x+1,y+1)<3 then mset(x,y,17) mset(x+1,y,18) mset(x,y+1,33) mset(x+1,y+1,34) end end --]] ml=false function TIC() cls() mx,my,left=mouse() rect((mx//8)*8,(my//8)*8,8,8,9) map(0,0,30,17,0,0,0) if not ml and left then t=mget(mx//8,my//8) t=t+1 if t>4 then t=1 end mset(mx//8,my//8,t) end ml=left end