<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: PixelSearch два цвета.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15015&amp;type=atom" />
	<updated>2019-10-13T15:22:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15015</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: PixelSearch два цвета.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136344#p136344" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>PixelSearch, Px, Py, 0, 0, 1920, 1080, 0xe7d9bd,, Fast RGB
if Px &gt; -1
{
MouseMove, Px, Py
}
PixelSearch, Px, Py, 0, 0, 1920, 1080, ВставьСюдаДругой цвет,, Fast RGB
	MouseMove, Px, Py
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[wladkokopops]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34240</uri>
			</author>
			<updated>2019-10-13T15:22:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136344#p136344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: PixelSearch два цвета.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136339#p136339" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>ПоискПикселя Цвет
Если ЦветНеНайден
	ПоискПикселя другойЦвет
ДвигаемМышь</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2019-10-12T08:43:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136339#p136339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: PixelSearch два цвета.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136338#p136338" />
			<content type="html"><![CDATA[<p>Всем привет. Вот у меня есть код(который представлен ниже), они ищет цвет пикселя и мышь при нахождении передвигается на заданный цвет. Так вот, в чем вопрос, я хочу задать еще один цвет, и если первый цвет не находит, то прога ищет второй цвет который я задам и если его находит то мышь передвигается туда. Подскажите пожалуйста </p><p>	</p><div class="codebox"><pre><code>PixelSearch, Px, Py, 0, 0, 1920, 1080, 0xe7d9bd,, Fast RGB
	MouseMove, Px, Py</code></pre></div>]]></content>
			<author>
				<name><![CDATA[epos01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40397</uri>
			</author>
			<updated>2019-10-12T08:24:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136338#p136338</id>
		</entry>
</feed>
