-- 脚本描述
DESCRIPTION="h";
-- 适用屏幕参数
SCREEN_RESOLUTION="480x800";
SCREEN_COLOR_BITS=32;
-- 主入口
function main()
r, g, b = getColorRGB(411, 675);
if r == 0xce and g == 0x18 and b == 0x18 then
touchDown(0, 411, 689);
touchUp(0);
end
end
function one()
if r == 0x63 and g == 0x38 and b == 0x39 then
touchDown(0, 411, 689);
touchUp(0);
end
end