<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Постоянно проверяющиеся условие]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14666&amp;type=atom" />
	<updated>2019-03-25T14:22:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14666</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянно проверяющиеся условие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133138#p133138" />
			<content type="html"><![CDATA[<p>Если хотите помощи, уберите всё лишнее и добавьте табуляцию.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-03-25T14:22:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133138#p133138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянно проверяющиеся условие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133136#p133136" />
			<content type="html"><![CDATA[<p>Всё понял спасибо</p>]]></content>
			<author>
				<name><![CDATA[exstatuss]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40038</uri>
			</author>
			<updated>2019-03-25T14:19:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133136#p133136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянно проверяющиеся условие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133100#p133100" />
			<content type="html"><![CDATA[<p>Судя по тому что вы запускаете клавишей, то нужен ещё и выход?<br /></p><div class="codebox"><pre><code>
#if V &amp;&amp; 1, V := 0

1::Return

#if !V &amp;&amp; V := 1

1:: 

#if
	While V
	{
		ImageSearch, x, y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\Daetojeya\Desktop\script\accept.bmp
		ToolTip % ErrorLevel
		Sleep 10
	}
	ToolTip
	Return
</code></pre></div><p>Или:<br /></p><div class="codebox"><pre><code>1:: 
	Loop
	{
		ImageSearch, x, y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\Daetojeya\Desktop\script\accept.bmp
		ToolTip % ErrorLevel
		Sleep 10
	} 
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-03-24T11:22:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133100#p133100</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянно проверяющиеся условие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133099#p133099" />
			<content type="html"><![CDATA[<p>Для начала прочитайте правила форума и исправьте свое сообщение соответственно, после уже можно будет о чем-то вести речь.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-03-24T08:26:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133099#p133099</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Постоянно проверяющиеся условие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133098#p133098" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F5::
1:
ImageSearch, x, y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\Daetojeya\Desktop\script\accept.bmp
if !ErrorLevel
{
Sleep 1000
Click 690, 370
Goto 2
}
else
{
Goto 1
}
</code></pre></div><p>Можно ли сделать так, чтобы условие <br /></p><div class="codebox"><pre><code> ImageSearch, x, y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\Daetojeya\Desktop\script\accept.bmp
if !ErrorLevel </code></pre></div><p>Постоянно проверялось ?</p>]]></content>
			<author>
				<name><![CDATA[exstatuss]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40038</uri>
			</author>
			<updated>2019-03-24T08:25:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133098#p133098</id>
		</entry>
</feed>
