新手求救啊。感觉运行速度好慢啊,半分钟才会点击一
lua吧
全部回复
仅看楼主
level 1
Dor_aemon 楼主
x1, y1 = findMultiColorInRegionFuzzy(整型color,文本型posandcolor, 整数型degree, 整数型x1,整数型y1,整数型x2,整数型y2);
x2, y2= findMultiColorInRegionFuzzy(整型color,文本型posandcolor, 整数型degree, 整数型x1,整数型y1,整数型x2,整数型y2);
.....
x20, y20 = findMultiColorInRegionFuzzy(整型color,文本型posandcolor, 整数型degree, 整数型x1,整数型y1,整数型x2,整数型y2);
[泪]
function a1()
function a2()
..
function a20()
[泪]
if x1>0 then
print(a1())
end
if x2>0 then
print(a2())
end
...
if x20>0 then
print(a20())
end
2015年07月17日 07点07分 1
1