<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: while]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5233&amp;type=atom" />
	<updated>2017-11-04T21:21:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5233</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120814#p120814" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>казнить нельзя помиловать.</p></blockquote></div><div class="quotebox"><cite>Coffi пишет:</cite><blockquote><p>ypppu, вы без запятых написали сами.</p></blockquote></div><p>You made my day <img src="//forum.script-coding.com/img/smilies/lol.png" width="15" height="15" />! Можете себе еще плюс в рейтинг за это поставить <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-11-04T21:21:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120814#p120814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120811#p120811" />
			<content type="html"><![CDATA[<p>Блин я незнал, что эта тема 2010 года. А вы, stealzy, конечно совсем, поставить мне рейтинг в -, из-за того, что я просто написал &quot;спасибо&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Coffi]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38848</uri>
			</author>
			<updated>2017-11-04T21:03:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120811#p120811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120806#p120806" />
			<content type="html"><![CDATA[<p>Сейчас бы ошибки 2010 года поднимать.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-11-04T20:51:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120806#p120806</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120803#p120803" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>, вы без запятых написали сами.</p>]]></content>
			<author>
				<name><![CDATA[Coffi]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38848</uri>
			</author>
			<updated>2017-11-04T20:41:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120803#p120803</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120797#p120797" />
			<content type="html"><![CDATA[<p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Coffi]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38848</uri>
			</author>
			<updated>2017-11-04T19:41:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120797#p120797</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42429#p42429" />
			<content type="html"><![CDATA[<p>Всё работает.<br />Проверяйте свои пикселы и координаты на соответствие. Возможно они никогда и не примут нужные значения, а Вы ждете от них выхода из цикла.</p><div class="codebox"><pre><code>color:=1

while color &lt;&gt; colorE
{
    while color &lt;&gt; colorE2
    {
        Sleep, 500
        ToolTip Цикл 1 - %A_Index%
    }
    ToolTip Цикл 2 - %A_Index%
    Sleep, 500
}
MsgBox выход из цикла 1
ExitApp    
      
1:: ; для выхода из внутреннего цикла
    colore2:=1
    colore:=0
return
      
0:: ; что бы опять запустить внутренний цикл
    colore2:=0
return
      
2:: ; для выхода из внешнего цикла
    colore:=1
    colore2:=0
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2010-12-02T20:29:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42429#p42429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42428#p42428" />
			<content type="html"><![CDATA[<p><span style="color: Green"><strong>Kbps</strong>, подразумевается, что Вам бы следовало писать предложения с заглавной буквы и использовать знаки препинания.</span> Разбираться в каше текста желающих мало.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2010-12-02T18:18:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42428#p42428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42384#p42384" />
			<content type="html"><![CDATA[<p>все настолько неправильно? может подскажете как тогда это сделать?</p>]]></content>
			<author>
				<name><![CDATA[Kbps]]></name>
			</author>
			<updated>2010-12-01T20:48:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42384#p42384</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42383#p42383" />
			<content type="html"><![CDATA[<p>казнить нельзя помиловать.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2010-12-01T20:24:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42383#p42383</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: while]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=42382#p42382" />
			<content type="html"><![CDATA[<p>подскажите что у меня неправильно. Цикл должен проверят координати colorEx, colorEy и нечего не делать пока цвет не равен color после появления цвета color в этих координатах подождать 20 секунд и проверит еще раз эти координати на этот цвет если он&nbsp; не будет равен color начат цикл заново если будет равен color продолжит скрипт.<br /></p><div class="codebox"><pre><code>    
 while color &lt;&gt; colorE 
      {
      while color &lt;&gt; colorE 
         {
         PixelGetColor, color, colorEx, colorEy, BGR
         Sleep, 1000
         }
      Sleep, 20000
      PixelGetColor, color, colorEx, colorEy, BGR
      Sleep, 1000
      }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Kbps]]></name>
			</author>
			<updated>2010-12-01T19:36:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=42382#p42382</id>
		</entry>
</feed>
