x = 0 ground = function() if (x == 600) then height = -1 else height = 60 + math.random(0,6) / 2 end x = x + 1 end grass = function() height = math.random(2, 5) end